Hi !
I'm under Windows 7 64 Bits French Version
I want to start the console in a Full screen using this vbscript below but it didn't works for me
Please I need your Help !
Thank you !
I'm under Windows 7 64 Bits French Version
I want to start the console in a Full screen using this vbscript below but it didn't works for me
Please I need your Help !
Thank you !
Code:
dim Ws
Set Ws=CreateObject("WScript.Shell")
Ws.regWrite "HKEY_CURRENT_USER\Console\Fullscreen", "1", "REG_DWORD"
Ws.run "Taskkill /IM Explorer.exe /F", 0 ,True
wscript.sleep 2000
Ws.run "Explorer.exe"
wscript.sleep 2000
Ws.Run "cmd"