Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Command window settings for Set the size of the command windowContent of Configure Command window settings for Set the size of the command window.vbsMD5 Hash: FFBC6A29766C597BB72DBE302B085E2B |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Console" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "WindowSize" 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 :: |