Windows - Command to shudown the system, Assign shutdown to shutdown

Command to shudown the system



Create a new file and save it as shutdown.bat, type

shutdown -s (there is a space between shutdown and -s)
save the file as shutdown.bat (or anyname you want but with .bat extension)

To avoid this shutdown Click
  Start->run->

  type shutdown -a 

To increase time before shutdown

shutdown -s -t 100000 (or upto whatever digit you want but remember to put spaces in between i.e shutdown space -s space -t space 100000 )

The topic on Windows - Command to shudown the system is posted by - Malu

Hope you have enjoyed, Windows - Command to shudown the systemThanks for your time

Tech Bluff