百度下载个进程劫杀! 或复制
@echo off
echo System>2.txt
echo csrss.exe>>2.txt
echo smss.exe>>2.txt
echo csrss.exe>>2.txt
echo csrss.exe>>2.txt
echo wininit.exe>>2.txt
echo winlogon.exe>>2.txt
echo services.exe>>2.txt
echo lsass.exe>>2.txt
echo lsm.exe>>2.txt
echo svchost.exe>>2.txt
echo audiodg.exe>>2.txt
echo taskhost.exe>>2.txt
echo userinit.exe>>2.txt
echo explorer.exe>>2.txt
echo conhost.exe>>2.txt
for /f "tokens=1 delims=," %%i in ('tasklist /nh /FO CSV') do (
find /i %%i "2.txt">nul
if errorlevel 1 taskkill /f /im %%i >nul
)
pause
名字改成 。bat 电脑基础呀