Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Windows Explorer settings for Display contents of system foldersContent of Configure Windows Explorer settings for Display contents of system folders.vbsMD5 Hash: 10A80CA6873AFDB8DE8C4DB9B80C46E2 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "WebViewBarricade" dwValue = 1 objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, dwValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |