Saturday, 6 September 2014

Automatic Shutdown command

Ist method

  • You need notepad
  • Type shutdown -s -t 7200 -f
  • 7200 is no of seconds means 120 minutes you can change value according to you.
  • save it as any name with extension .bat

2nd method 

  • rightclick then click new and then click create shortcut and type this code shutdown -s -t 7200 -f
  • you can change icon.

How to stop the process

  • if u want to stop the process
  • press win key +R and type shutdown -a