Answers for "shutdown pc with cmd"

1

how to power down pc using cmd

shutdown /s
Posted by: Guest on December-31-2020
0

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