Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Windows Explorer settings for Use the simple folder view in Windows ExplorerContent of Configure Windows Explorer settings for Use the simple folder view in Windows Explorer.vbsMD5 Hash: EB6EC7478135C08D1E3B1ACE08EE0B76 |
||
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 = "FriendlyTree" 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 :: |