![]() Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Determine the Default Buffer Size for the Command Window
|
||
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 :: |