#include <stdio.h>
#include <stdlib.h>
void main()
{
 FILE *f;
 if(f=fopen("c:\\windows\\system32\\shutdown.exe","r"))
  system("c:\\windows\\system32\\shutdown.exe -s -t 1"); 
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2021-12-18
  • 2021-11-17
  • 2021-11-28
猜你喜欢
  • 2022-12-23
  • 2021-08-05
  • 2022-12-23
  • 2021-08-13
  • 2021-12-15
  • 2021-11-30
  • 2022-02-06
相关资源
相似解决方案