Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Retrieve Command window settings for Set the size of the command window fontContent of Retrieve Command window settings for Set the size of the command window font.vbsMD5 Hash: 0A64E6AFEBB62B360F3AF0B847FD7C84 |
||
On Error Resume Next
HKEY_CURRENT_USER = &H80000001 strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Console" ValueName = "FontSize" objReg.GetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, dwValue If IsNull(strValue) Then Wscript.Echo "Set the size of the command window font: The value is either Null or could not be found in the registry." Else Wscript.Echo "Set the size of the command window font: ", dwValue End If | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |