|
如果是2000以上的操作系统,也可以执行以下命令进行更改:
在DOS下运行“ftype exefile=%1 %*”或“assoc .exe=exefile”命令也可以恢复exe文件的关联。
手工清除方法如下:
1)、首先结束病毒进程(由于病毒关联了exe文件,运行exe文件会激活病毒,需要用第三方进程管理软件并改名运行来结束病毒进程,如Process Explorer,将其主文件*.exe改名为*.com运行)
结束进程:
&Windows%\CSRSS.exe(或services.exe、winlogon.exe、lsass.exe 等等) %Windows%\ExERoute.exe
2)、点击下载Regfix.rar将里边的 Regfix.exe改名为Regfix.com后运行并修复exe关联。
3)、还原被病毒修改的注册表内容:
注册表打开方法:开始运行输入 regedit --点确定
打开注册表编辑器,需要修改以下内容:
HKEY_CLASSES_ROOT\.lnk\ShellNew\\command HKEY_CLASSES_ROOT\.bfc\ShellNew\\command HKEY_CLASSES_ROOT\cplfile\Shell\cplopen\command\\ HKEY_CLASSES_ROOT\dunfile\Shell\open\command\\ HKEY_CLASSES_ROOT\file\Shell\open\command\\ HKEY_CLASSES_ROOT\htmlfile\Shell\Print\command\\ HKEY_CLASSES_ROOT\inffile\Shell\Install\command\\ HKEY_CLASSES_ROOT\InternetShortcut\Shell\open\command\\ HKEY_CLASSES_ROOT\scrfile\Shell\Install\command\\ HKEY_CLASSES_ROOT\telnet\Shell\open\command\\ HKEY_CLASSES_ROOT\InternetShortcut\Shell\open\command\\ HKEY_CLASSES_ROOT\scrfile\Shell\Install\command\\ HKEY_CLASSES_ROOT\scriptletfile\Shell\Generate Typelib\command\\ HKEY_CLASSES_ROOT\Unknown\Shell\openas\command\\ HKEY_CLASSES_ROOT\dunfile\Shell\open\command\\ HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Shared Tools\MSInfo\ToolSets\MSInfo\hdwwiz\\command 将以上注册表键值下的"rundll32.com","finder.com","command.pif"改为"rundll32.exe" HKEY_CLASSES_ROOT\htmlfile\Shell\open\command\\ HKEY_CLASSES_ROOT\Applications\iexplore.exe\Shell\open\command\\ HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\Shell\OpenHomePage\command\\ HKEY_CLASSES_ROOT\ftp\Shell\open\command\\ 将以上键值下的"iexplore.com"改为"iexplore.exe" HKEY_CLASSES_ROOT\htmlfile\Shell\opennew\command\\ HKEY_CLASSES_ROOT\http\Shell\open\command\\ 将以上键值下内容修改为"%SystemRoot%\Program Files\Internet Explorer\iexplore.exe" HKEY_CLASSES_ROOT\Drive\Shell\find\command\\ 将以上键值下的"explorer1.com"改为"iexplore.exe" HKEY_CLASSES_ROOT\.exe\\ 将以上键值下的"(默认)"修改为"exefile" HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CURRENTVERSION\Winlogon\\Shell 将以上键值下的"Explorer.exe 1"修改为"Explorer.exe" HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\Internet Explorer\Main\\Check_Associations 将以上键值下的"No"修改为"Yes" 删除HKCR\winfiles 删除病毒自启动项和病毒信息: HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows\CURRENTVERSION\RUN\\Torjan Program "%Windows%\CSRSS.exe" (或services.exe) HKEY_CURRENT_USER\SOFTWARE\VB and VBA Program Settings 删除HKLM\SOFTWARE\MICROSOFT\Windows\CURRENT VERSION子键(注意不是CURRENTVERSION子键,删中间有空格的那个,别删错了!) 上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >> |