防止或解除微机室控制,极域,
将以下代码写出.bat格式
@echo off
color a
echo "正在关闭教师."
taskkill /f /im StudentMain.exe /T
taskkill /f /im ProcHelper64.exe /t
taskkill /f /im StudentMain.exe /t
taskkill /f /im MasterHelper.exe /t
taskkill /f /im Error.exe /t
taskkill /f /im GATESRV.exe /t
taskkill /f /im InstHelpApp.exe /t
taskkill /f /im InstHelpApp64.exe /t
taskkill /f /im ProcHelper64.exe /t
taskkill /f /im SafeJY.exe /t
taskkill /f /im Shutdown.exe /t
taskkill /f /im SpecialSet.exe /t
taskkill /f /im StudentMain.exe /t
taskkill /f /im TDOvrSet.exe /t
taskkill /f /im TDChalk.exe /t
taskkill /f /im unins000.exe /T
cls
echo "已关闭."
start chrome.exe "Https://www.baidu.com"
echo on