Skip to content

Instantly share code, notes, and snippets.

@emaballarin
Created August 25, 2022 21:46
Show Gist options
  • Save emaballarin/a75783b9284b231bbcad2cd3a30b856c to your computer and use it in GitHub Desktop.
Save emaballarin/a75783b9284b231bbcad2cd3a30b856c to your computer and use it in GitHub Desktop.
Induce a full shutdown in Windows 10/11 systems
@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