Microsoft

Schedule Windows Shutdown using a Command Prompt

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]
Avatar for Andrew Armstrong

About Post Author

Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 23 years. Sharing experience and knowledge whenever possible! Making IT Happen.
administrator

Leave us a message...

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