Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Command window settings for Set the font used in the command windowContent of Configure Command window settings for Set the font used in the command window.vbsMD5 Hash: CAF606BFA3CF24A2702559ABF3ED33A6 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Console" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "FaceName" strValue = "Lucida Console" objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |