Menu

Friday 18 November 2011

How To Shutdown or Restart Computer With a Shortcut icon : Shutdown Batch File




Step : 1 ==>> Create a Notpad file

Step : 2 ==>> Write this code in Notpad file for SHUTDOWN :

                        c:\windows\system32\shutdown -s -f -t 1000

Where:  s = Shutdown
              f = Force Shutdown
              t = Time

Step : 3 ==>> save this file as name.bat and double click the file to make the shutdown.

Step 4: ==>> Write this code in Notpad file for RESTART :

                       c:\windows\system32\shutdown -r -f -t 1000

No comments:

Post a Comment