[Windows]再见噢易3.0

@echo off
REM 再见噢易 V3.0  By:Skybiubiu
Title 再见噢易 V3.0
color 0F

:main
set opt= 0
echo ###########################
echo=
echo 《再见噢易 V3.0》
echo=
echo 1.查看噢易进程
echo 2.杀死噢易进程
echo 3.重启噢易进程
echo 4.清除广告弹窗
echo=
echo=
echo ###########################
echo 请输入您的选择:&& set /P opt=
if %opt%==1 goto 1
if %opt%==2 goto 2
if %opt%==3 goto 3		
if %opt%==4 goto 4
cls
goto main

:1
REM "打印噢易的相关进程"
echo=
echo=
echo "正在打印噢易的相关进程..."
tasklist | find "OE"
tasklist | find "OA"
tasklist | find "ServerOSS"
tasklist | find "Student"
echo=
echo=

PAUSE
cls
goto main

:2
REM "杀死噢易的相关进程"
echo=
echo=
echo "正在杀死噢易的相关进程..."
echo=
echo=
for %%p in (Ctsc_Multi.exe,DeviceControl_x64.exe,HRMon.exe,MultiClient.exe,OActiveII-Client.exe,OEClient.exe,OELogSystem.exe,OEUpdate.exe,OEProtect.exe,ProcessProtect.exe,RunClient.exe,RunClient.exe,ServerOSS.exe,Student.exe,wfilesvr.exe,tvnserver.exe,updatefilesvr.exe,ScreenRender.exe) do taskkill /f /IM %%p
PAUSE 
cls
goto main

:3
REM "重启噢易进程"
echo=
echo=
echo "正在重启噢易的进程..."
echo=
echo=
start "" "C:\Program Files (x86)\Os-Easy\os-easy multicast teaching system\Student.exe"
PAUSE 
cls
goto main

:4
REM "清除360相关的广告弹窗软件"
echo=
echo=
echo "正在清除广告弹窗"
echo=
echo=
for %%p in (sesvc.exe,SeAppService.exe) do taskkill /f /IM %%p
PAUSE 
cls
goto main

posted @ 2021-09-30 16:30  SkyBiuBiu  阅读(661)  评论(1编辑  收藏  举报