Answers for "shutdown reboot cmd"

-1

shutdown cmd

#include <iostream>
#include <cstdlib>
using namespace std;
int main() {
   system("C:\WINDOWS\System32\shutdown /s");
}
Posted by: Guest on July-07-2021

Browse Popular Code Answers by Language