Last active
August 11, 2020 09:29
-
-
Save zdovcj/c7979240f058f76b4f3a46d4159e479d to your computer and use it in GitHub Desktop.
shutdown -h doesn't work in combination with -t, so this is the workaround
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
timeout /t 36000 /nobreak & shutdown /h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment