Live view on
https://community.ubnt.com/t5/UniFi-Video/Automatic-login/td-p/1838507
Chrome as default browser
Save the above modified script as nvr.vbs
cscript C:\SCRIPTS\nvr.vbs
Nvr.cmd in startup folder
Set w = WScript.CreateObject("WScript.Shell")
w.run "chrome.exe --test-type --kiosk http://IPADDRESS:7080/live-view"
wscript.sleep 10000
w.sendkeys "(-username-here-)"
w.sendkeys "{TAB}"
wscript.sleep 1500
w.sendkeys "(-password-here-)"
w.sendkeys "{ENTER}"
wscript.sleep 500
w.sendkeys "{TAB}"
w.sendkeys "{ENTER}"
wscript.sleep 10000
w.sendkeys "{F11}"
Notes:
- depending on the speed of the computer you can change the send timeouts
- The --kiosk seems to help avoid the pop-ups like SSL, save password and other misc items
- Win10 > Settings > Accounts > Sign-in Options. | Scroll down to the Privacy section and set the “Use my sign-in info to automatically finish setting up my device and reopen my apps after an update or restart” option to “Off.”
- Startup folder varies per version | C:\Users\[User Name]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
People mention: http://blueirissoftware.com/purchase/