Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim objReg, strComputer, strKeyPath
Const HKCU = &H80000001
strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Explorer"
strComputer = "."
Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv")
objReg.SetDWORDValue HKCU, strKeyPath, "EnableAutoTray", "0"