Schedule Windows Shutdown using a Command Prompt

microsoft windows white logo

If you ever find that you need to schedule a Windows shutdown using a command prompt, then you can try this:

shutdown -s -t 60

The “60” variable in the command means 60 seconds and you can change this to whatever you require.

If you want to abort the shutdown, you can use this command:

shutdown /a

If you want to remotely shutdown a machine on your network, you can use this command:

shutdown /i

For a full list of all the commands you can use, run this command:

shutdown /?

COMMENTS

If you have any questions about this guide, please feel free to leave us a message below using our comments system.

Click to rate this post!
[Total: 0 Average: 0]

Discover more from TechyGeeksHome

Subscribe to get the latest posts sent to your email.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.