How To:
Open Notepad and paste the following code there :
shutdown -s -t 300
save it like this shutdown.bat
to activate it just launch it
this will shut down in 300 seconds = 5 minutes
To abort the shutdown use this following code:
shutdown -a
and save it as abortshutdown.bat and launch it :
To restart your PC use the code below
shutdown /r
and save it as restart.bat and launch it
As easy as that.
Thnks Chris
ReplyDelete(h)
ReplyDelete