Skip to content

KevinZ的小窝

Menu
  • Home
  • Categories
Menu

禁用UniAccess Agent

Posted on 2024年 11月 15日 by KevinZhou
@echo on
set /a count=0
set /a max=10

:loop
if %count% lss %max% (
    wmic process where "name='UniAccessAgent.exe'" delete
    wmic process where "name='UniAccessAgentDaemon.exe'" delete
    wmic process where "name='UniAccessAgentTray.exe'" delete
    wmic process where "name='UniSensitive.exe'" delete
    wmic process where "name='Tinaiat.exe'" delete
    wmic process where "name='LvaNac.exe'" delete
    set /a count+=1
    goto loop
)

pause
2024 年 11 月
一 二 三 四 五 六 日
 123
45678910
11121314151617
18192021222324
252627282930  
« 10 月   12 月 »

俺家的猫~

胖达~

© 2026 KevinZ的小窝 |

粤ICP备2023017690号

|

粤公网安备 44010402003004号