Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Command window settings for Set the size of the screen bufferContent of Configure Command window settings for Set the size of the screen buffer.vbsMD5 Hash: 2CDDED99FA8F4D8D95A9F4F3D6062AA2 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Console" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "ScreenBufferSize" dwValue = &H190050 objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, dwValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |