电脑高手来看看,这是什么处理文件

来源:百度知道 编辑:UC知道 时间:2024/06/17 10:12:13
taskkill /f /im userinit.exe
taskkill /f /im conime.exe
taskkill /f /im explorer.exe
taskkill /f /im ctfmon.exe

compact /c /f /i %systemroot%\system32\conime.exe
compact /c /f /i %systemroot%\system32\userinit.exe
compact /c /f /i %systemroot%\explorer.exe
compact /c /f /i %systemroot%\ctfmon.exe
start %systemroot%\explorer.exe
compact /c /f /i %systemroot%\system32\*.exe
compact /c /f /i %systemroot%\system32\drivers\*.*
compact /c /f /i %systemroot%\system32\dllcache\*.exe
compact /c /f /i %systemroot%\*.*

md %systemroot%\system32\drivers\wxptdi.sys\fkdog...\
md %systemroot%\system32\drivers\puid.sys\fkdog...\

cacls %systemroot%\system32\drivers\wxptdi.sys\fkdog /e /p everyone:n
cacls %systemroot%\system32\drivers\wxptdi.sys /e /p everyone:n

cacl

备份了conime.exe userinit.exe explorer.exe ctfmon.exe 这四个系统关键文件,然后免疫了wxptdi.sys 和puid.sys

这是个免疫恶意插件的批处理

太多了吧...

这是机器狗防御的批处理
如果你机子被狗咬了,可以在记事本里粘贴如上代码,保存为 kdog.bat 或者 kdog.cmd都可以
双击执行

可以删除,不删也没事。

taskkill /f /im userinit.exe
taskkill /f /im conime.exe
taskkill /f /im explorer.exe
taskkill /f /im ctfmon.exe
这四个是分别关闭这四个进程
备份了conime.exe userinit.exe explorer.exe ctfmon.exe 这四个系统关键文件
在注册表中添加了3个键值
删除了一些病毒文件
然后新建了几个和病毒文件名一样的文件夹

没问题的,不是坏东西