Skip to content

Instantly share code, notes, and snippets.

@Cuncis
Created July 24, 2024 02:45
Show Gist options
  • Save Cuncis/a2b729d895bfc8df5a0d477bf72ba0f6 to your computer and use it in GitHub Desktop.
Save Cuncis/a2b729d895bfc8df5a0d477bf72ba0f6 to your computer and use it in GitHub Desktop.
@echo off
msg * Your computer will shut down in 5 seconds.
timeout /t 5 /nobreak
shutdown /s /f /t 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment