Schedule Windows Shutdown using a Command Prompt

microsoft windows white logo

Last updated on March 30th, 2023 at 05:17 pm

Read Time:33 Second

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 to your email.

Leave us a message...

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