#include<windows.h> using namespace std; int main() { while (true) { system("taskkill -t -f -im StudentMain.exe"); } return 0; }