拓冰建站拓冰建站
首页 / 资讯中心 / 正文

极域电子教室控制专杀程序

功能介绍使用cmd的taskkill指令强制结束StudentMain.exe达到脱离老师控制的目的。代码C代码最直观最好#includeiostream #includewindows.h #includesstream using namespace std; int main() { ShowWindow(GetConsoleWindow(), SW_HIDE); int a system(taskkill /im StudentMain.exe /f); if(a 0) { MessageBox(NULL, 脱控成功, 一键脱控, MB_ICONINFORMATION | MB_OK); } else if (a 128) { MessageBox(NULL, 结束失败目标进程不存在, 一键脱控, MB_ICONWARNING | MB_OK); } else { stringstream b; b 未知错误退出码 a; string c b.str(); MessageBox(NULL, c.c_str(), 一键脱控, MB_ICONERROR | MB_OK); } return 0; }bat批处理指令taskkill /im StudentMain.exe /f pause
分享:

看完干货,该让你的企业上线了

免费需求沟通 · 48 小时内出具建站方案 · 河南本地可上门