How To Shutdown restart Your Windows Using Notepad

For Windows 7/8/8.1 users

Step 1) Open Notepad and write the following code 

@echo off
shutdown.exe /s /t 00

Like This

Step 2) Save the file as shutdown.bat
Note# The extension must be .bat

shutdown 2 Shutdown,Restart,Hibernate Your Windows Using Notepad
Step 3) Double Click the file and see the Magic.
To restart the computer copy the code below and follow the same procedures.

@echo off
shutdown.exe /r /t 00


To hibernate the computer copy the code below and follow the same procedures.


@echo off
shutdown.exe /h


For Windows XP
To shut down your computer copy the code below and follow the same procedures.


@echo off
shutdown.exe -s -t 00




To restart the computer copy the code below and follow the same procedures.


@echo off
shutdown.exe -r -t 00


Enjoy!!!!


 
 
Blogger Templates