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