Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Command window settings for Set command window to display full screenContent of Configure Command window settings for Set command window to display full screen.vbsMD5 Hash: E72BAD2EE35EBA808C667FF43043B869 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Console" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "FullScreen" dwValue = 1 objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, dwValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |