#include<iostream>
using namespace std;
int main()
{
system("c:\\windows\\system32\\shutdown /s /t 10 ");
return 0;
}
To shut down your computer, type shutdown /s. To restart your computer, type shutdown /r. To log off your computer type shutdown
#include<iostream>
using namespace std;
int main()
{
system("c:\\windows\\system32\\shutdown /s /t 10 ");
return 0;
}
To shut down your computer, type shutdown /s. To restart your computer, type shutdown /r. To log off your computer type shutdown
Copyright (c) 2022 bloggingskill All Right Reseved
0 Comments