Wednesday, October 19, 2011

Shutdown Computer by notepad

Goto Notepad
Then type the following:

@echo off
msg * Computer shutting down.
shutdown -s -f -t 60 -c "See you later.... Swt drms!!

Then save it to Shutdown.bat and then run it

1 comment: