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