Tuesday, April 11, 2017


This Example on image :




Here's how to do the shutdown functions via a batch file:
  • shutdown -r — restarts
  • shutdown -s — shutsdown
  • shutdown -l — logoff
  • shutdown -t xx — where xx is number of seconds to wait till shutdown/restart/logoff
  • shutdown -i — gives you a dialog box to fill in what function you want to use
  • shutdown -a — aborts the previous shutdown command....very handy!
  • shutdown -h — hibernate. Easy mistake - it's not for help
Additional options:
  • -f — force the selected action
Example : 

shutdown -s -t 3600

GoodLuck !

0 komentar:

Post a Comment