Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Determine the Default Buffer Size for the Command WindowContent of Determine the Default Buffer Size for the Command Window.vbsMD5 Hash: C5C1CACD3F30D3D9776177FFEF645148 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objRegistry = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Console" strValueName = "HistoryBufferSize" objRegistry.GetDWORDValue HKEY_CURRENT_USER, strKeyPath, strValueName, dwValue Wscript.Echo dwValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |