迅维网

标题: 一键结束非系统进程高级版,慎用 [打印本页]

作者: 522235677    时间: 2011-12-20 12:17
标题: 一键结束非系统进程高级版,慎用
----------------------------------------------------------
-                谨慎使用,非常适合在网吧使用              -
-       干掉一切非系统进程,防止该进程再次出现     -
----------------------------------------------------------
@echo off
title 一键结束非系统进程
set route=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options
if exist c:\系统进程.ini goto q
(echo System
echo smss.exe
echo csrss.exe
echo winlogon.exe
echo services.exe
echo lsass.exe
echo svchost.exe
echo explorer.exe
echo wmiprvse.exe
echo QQ.exe
echo tasklist.exe
echo conime.exe
echo ctfmon.exe
echo cmd.exe)>c:\系统进程.ini
echo 没有发现系统进程清单(c:\系统进程.ini),将自动生成系统进程列表。
pause
:q
echo 请稍候……
if exist 2.ini del 2.ini
if exist kill.ini del kill.ini
tasklist /nh>1.ini
for /f "delims= " %%i in (1.ini) do echo %%i>>2.ini
del 1.ini
for /f %%a in (2.ini) do (find /i "%%a" c:\系统进程.ini>nul||(
taskkill /f /im %%a
echo %%a>>kill.ini
reg add "%route%\%%a" /v Debugger /t REG_SZ /d 全盘禁止运行 /f
(
echo %route%\%%a [8]
)>"%temp%\regini.reg"
regini "%temp%\regini.reg"
)
set /a var+=1))
del 2.ini
cls
if not exist kill.ini echo 暂未发现非系统进程!&pause>nul&exit
echo.
echo 成功结束%var%个进程&echo.
type kill.ini
del kill.ini
pause>nul

作者: 春湾扬洲电脑    时间: 2011-12-20 12:53
先收藏了,不知道有没有其他不好的地方
作者: 我是ofqb    时间: 2011-12-20 19:11
大家什么看法?我先支持












                               
登录/注册后看高清大图

塑料编织袋  cnlqfm.com
作者: endas86    时间: 2011-12-23 19:32
先看看先。
作者: TianCheng.NetWo    时间: 2011-12-23 19:55
好东西我收下啦

作者: 老羙    时间: 2011-12-24 19:36
你你你你你你你你你你你你你你你你你你你太有才了
作者: 毛遂自荐    时间: 2011-12-31 08:01
请用过的讲讲有什么利弊好吗?
作者: wzj2011    时间: 2011-12-31 19:05
没说清楚吧,这个要保为CMD文件吧。。。。。。
作者: 维修、菜鸟    时间: 2012-1-3 17:02
其实我什么都不知道
作者: pchome2000    时间: 2012-1-3 17:12
好东西,谢谢。。。。。。。。。。。。
作者: 范德萨    时间: 2012-1-3 18:32
首先这个操作者必须是系统级别用户吧




欢迎光临 迅维网 (https://www.chinafix.com/) Powered by Discuz! X3.4