Shutdown/Restart Windows


/ Published in: Other
Save to your folder(s)

command to shutdown / restart windows


Copy this code and paste it in your HTML
  1. "shutdown /s /t 30" which will allow 30 seconds for applications to close.
  2. "shutdown /r /t 30"
  3.  
  4. "shutdown /s /f" which will force process.
  5. "shutdown /r /f"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.