Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Command window settings for Set the key that triggers file name completionContent of Configure Command window settings for Set the key that triggers file name completion.vbsMD5 Hash: E24FB7F247F68D16DAC6AC732B075065 |
||
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 = "CompletionChar" dwValue = &H6 objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, dwValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |