Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure User interface settings for Display Internet Explorer in full-screen (kiosk) modeContent of Configure User interface settings for Display Internet Explorer in full-screen (kiosk) mode.vbsMD5 Hash: 5AA2DA18F2A5CCFD6B2397547FD13EB4 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\Microsoft\Internet Explorer\Main" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "FullScreen" strValue = "yes" objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |