Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Command window settings for Do not store duplicate commands in the history buffersContent of Configure Command window settings for Do not store duplicate commands in the history buffers.vbsMD5 Hash: 916976C5C9007CEA1118E365425A26B7 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Console" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "HistoryNoDup" 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 :: |