Step 1: Create a batch file
For shutdown:
c:\windows\system32\shutdown -s -f -t 00 (or do ...shutdown -p -f)
For restart:
c:\windows\system32\shutdown -r -t 00
For hibernate:
c:\windows\system32\shutdown /h
Save it anywhere you like as shutdown (or whichever accordingly) .bat so it would be "shutdown.bat" for example.
DO NOT save as a -.bat.txt, you are then merely saving text.
Step 2: Schedule it
Windows XP users and older with have a slightly different process. See next step.















No comments:
Post a Comment
Thanks for your valuable comment...........
Md. Mominul Islam