Created
August 25, 2022 21:46
-
-
Save emaballarin/a75783b9284b231bbcad2cd3a30b856c to your computer and use it in GitHub Desktop.
Induce a full shutdown in Windows 10/11 systems
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
@echo off | |
shutdown /s /f /t 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment