Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Windows Explorer settings for Disable the Desktop Cleanup WizardContent of Configure Windows Explorer settings for Disable the Desktop Cleanup Wizard.vbsMD5 Hash: 9528BD67F42523487BB1D4339C6843D3 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "NoRun" 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 :: |