如何彻底清除pagefile.pif & autorun.inf

jason1985 2007-10-27 12:39:36
我不知什么情况下中了autorun.inf 和 pagefile病毒,双击硬盘无法打开,根据相关资料用如下文件删除
@echo off

attrib -h -r -s -a %windir%\system32\rundll16.exe

attrib -h -r -s -a %windir%\system32\rundll.exe

attrib -h -r -s -a %windir%\system32\c_10083.nls

del /f /q %windir%\system32\c_10083.nls

del /f /q %windir%\system32\rundll16.exe

del /f /q %windir%\system32\rundll.exe

for %%i in (c d e f g h i j k) do del /f/q/as %%i:\autorun.inf & del /f/q/as %%i:\rundll.exe

del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"

del /f /s /q "%userprofile%\Local Settings\Temp\*.*"

del /f /s /q "%userprofile%\recent\*.*"

del /f /s /q %windir%\Prefetch\*.*

del /f /s /q %windir%\temp\*.*

cls & echo

rundll可以清除,但autorun.inf只能删除,但是重起之后仍会出现,pagefile顽固不化,winlogon进程也无法禁止,请问有没有办法彻底根除这病毒,并且做好防御工作,卡巴嫂不出的,谢谢
...全文
1100 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
UltraBejing 2008-04-30
  • 打赏
  • 举报
回复
没遇到过这种情况.
kenalen228 2007-11-14
  • 打赏
  • 举报
回复
vista下还是通过认证的要领先一点,像趋势和诺顿。
ljc007 2007-11-14
  • 打赏
  • 举报
回复
[code=BatchFile]@echo off
rem autorun.inf病毒清除之批处理版
set AllDrive=c d e f g h i j k l m n o p q r s t u v w x y z
for %%a in (%AllDrive%) do (
attrib %%a:\autorun.inf -r -h -s -a
del /f /q %%a:\autorun.inf
md %%a:\autorun.inf
md %%a:\autorun.inf\lszf..\
echo y|cacls %%a:\autorun.inf /d everyone
del /f /s /q %%a:\RECYCLER\*.*
)
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveTypeAutoRun /t reg_dword /d 255 /f[/code]
mzlqq1325 2007-11-08
  • 打赏
  • 举报
回复
谁用过趋势的Discovery深度防护系统?
anmonvlang 2007-10-28
  • 打赏
  • 举报
回复
卡巴查杀这类病毒不行,还是用专杀试试看!
jason1985 2007-10-27
  • 打赏
  • 举报
回复
....谢谢,看来得重装了,主要有些专杀工具本身带毒的,不过谁能提供两个正常点的专杀工具连接不?
id7537306 2007-10-27
  • 打赏
  • 举报
回复
AV终结者 你打开IE 看看 打 病毒 木马 杀毒软件 一类的关键词是不是IE就自动关闭

要是关闭 那你就是中了AV终结者了` 去下个专杀吧` 如果杀不掉 呵呵 没别的办法 从装系统吧

9,506

社区成员

发帖
与我相关
我的任务
社区描述
Windows专区 安全技术/病毒
社区管理员
  • 安全技术/病毒社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧