Last active
August 17, 2022 12:35
-
-
Save rcerrejon/558cd2196288477c9db12bc34597cb53 to your computer and use it in GitHub Desktop.
Shutdown Windows OS given time
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
# Example | |
# 10 minutes (time in seconds) | |
shutdown -s -t 600 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment