Saturday, May 17, 2014

Batch file to shutdown win 8 Computers

For Win7 and Win8 users
To shut down your computer type the below line in the location.
copy below command to text file and save it as a shutdown.bat

shutdown.exe /s /t 00


copy below command to text file and save it as a shutdown.bat
To restart the computer type the below command in the location.

shutdown.exe /r /t 00

No comments:

Post a Comment