• Make sure the virtualization is enabled on the computer.
  • Run PowerShell as administrator.
  • Run this command to install subsystem. Agree to all.
    • winget install 9p3395vx91nr -s msstore
  • Download and install 15-second ADB installer.
  • install the driver when prompted, while installing adb installer.
  • Download the APK file of HikConnect
  • search on start menu for windows sub system for android,
  • start the app.
  • In settings enable developer mode.
  • click on Squire arrow icon on the files tab to start the subsystem.
  • Near to 'Enable developer mode' you will find IP and port of the android.
  • Go to c drive and open the ADB folder in cmd or PowerShell as administrator.
  • use the following command to connect to ADB
    • adb connect ipaddress:portnumber
  • then install the apk file. in this case, hikconnect.
    • adb install path_to_apk_file

it will say performing streaming install.
when message shows 'success'. the app is installed on your computer.

you can use the app as any other software.
search name on start menu and start the app.