Last active
January 25, 2025 20:14
-
-
Save revooms/3088556aaf92160a44e083bd2fe9a553 to your computer and use it in GitHub Desktop.
Windows shutdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shutdown /s /t 7200 | |
# shutdown /a - Aborts shutdown |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Windows\System32\shutdown.exe /s /t 7200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment