Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Command window settings for Set the command window to use TrueType or raster fontsContent of Configure Command window settings for Set the command window to use TrueType or raster fonts.vbsMD5 Hash: 5162152B28C6F53B405815532708B058 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Console" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "FontFamily" dwValue = 48 objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, dwValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |