Advertisement
Marufcse

Trun off pc

Nov 24th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1.  
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4.  
  5. int main()
  6. {
  7.   system("c:\\windows\\system32\\shutdown /i");
  8.   return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement