Schedule a Windows Shutdown or Restart

A timed shutdown is perfect after a long download or update. Built-in shutdown /t handles one-off timers; Task Scheduler covers repeats.

Schedule a Windows Shutdown or Restart

One-off timer

  1. Open terminal: shutdown /s /t 3600 for one hour.
  2. shutdown /a cancels a pending timer.
  3. For restarts use /r instead of /s.

If something fails

Save documents first—forced shutdown will not wait on Notepad prompts if you use /f.

FAQ

GUI?

Task Scheduler or third-party widgets if you dislike commands.

Laptop lid?

Lid close may sleep before the timer fires; adjust power settings.

Updated for?

Written for current Windows 11 / recent Android; menus move—search the setting name if your build differs.

Related guides on VpnWP

Photo: Unsplash. Steps checked against current Windows 11 / Android settings menus; UI labels can shift slightly after OS updates.

Leave a Reply

Your email address will not be published. Required fields are marked *