Last active
February 9, 2019 09:29
-
-
Save userhooke/a08ec86063641936410d to your computer and use it in GitHub Desktop.
This file contains 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.exe /s /f /t 60 /c "Shutting down..." | |
:: 1 hour - 3600 | |
:: 30 mins - 1800 | |
:: 2 hours - 7200 | |
:: 4 hours - 14400 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment