Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Command window settings for Configure the key that triggers completion of a path nameContent of Configure Command window settings for Configure the key that triggers completion of a path name.vbsMD5 Hash: 73A138AE26568C9F959F8B7A75834EC7 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Software\Microsoft\Command Processor" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "PathCompletionChar" dwValue = &H9 objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, dwValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |