Run Chrome kiosk mode in windows 10 assigned access

你。 提交于 2019-12-04 08:39:43

This worked for me, but I had to change this line:

"`nEnabled is set to " + $DefaultShellObject.IsEnabled()

To this:

"`nEnabled is set to " + $DefaultShellObject.Shell
Peg

I know this is months after you asked but I just did this and it is working. Your line should look like this:

$ShellLauncherClass.SetCustomShell($KioskUser_SID, "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --kiosk http://my.website.com", ($null), ($null), $restart_shell)
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!