Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Command window settings for Set the number of buffers for storing history commandsContent of Configure Command window settings for Set the number of buffers for storing history commands.vbsMD5 Hash: 44C97AB8EE77DDC79026FBC450ACDBFF |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Console" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "NumberOfHistoryBuffers" dwValue = 8 objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, dwValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |