解除学生端控制

C++ code:

无需获取密码

#include <bits/stdc++.h>
using namespace std;

int main(void) {
	system("taskkill /f /IM StudentMain.exe");
	return 0;
}
posted @ 2018-11-06 15:23  Chloristendika  阅读(1779)  评论(0编辑  收藏  举报