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

3 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. No need of notepad buddy, we can do it directly by pressing windows + R and then typing the shutdown command as you described in the opened Run box's text field.

    ReplyDelete