Skip to content

Instantly share code, notes, and snippets.

@gitfvb
Created October 10, 2025 11:48
Show Gist options
  • Save gitfvb/a132da6ed0ff9f2a39f7e9720a30fb57 to your computer and use it in GitHub Desktop.
Save gitfvb/a132da6ed0ff9f2a39f7e9720a30fb57 to your computer and use it in GitHub Desktop.
Restart windows machine at specific time

Open PowerShell session with administrator privileges and this example restarts at 6pm

shutdown /r /t ((Get-Date -Hour 18 -Minute 0 -Second 0) - (Get-Date)).TotalSeconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment