电脑软硬件应用网
当前位置: 电脑软硬件应用网 > 电脑学院 > 网络安全 > 正文
Run a DLL as an App病毒(rundll.exe、rundll16.exe、autorun.inf)清除办法
Run a DLL as an App病毒(rundll.exe、rundll16.exe、autorun.inf)清除办法
2007-5-31 11:21:19  文/Alpha   出处:网友博客   

现象描述:防火墙提示“Run a DLL as an App访问网络”
病毒文件:rundll16.exe 、rundll.exe

清除办法:
1、将下列红色虚线中的代码复制到记事本保存后将扩展名改为.bat 并命名为1.bat放到桌面
---------------------------------------------------------------------------------------------------------
@echo off
echo Windows Registry Editor Version 5.00>alpha.reg
echo [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]>>alpha.reg
echo "Run a DLL as an App"=->>alpha.reg
echo "System"=->>alpha.reg
echo [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon]>>alpha.reg
echo "Userinit"="C:\\WINDOWS\\system32\\userinit.exe,">>alpha.reg
regedit /s alpha.reg
del /f /q alpha.reg
cls & echo 请重新启动计算机,然后运行2.bat & pause

---------------------------------------------------------------------------------------------------------

2、将下列红色虚线中的代码复制到记事本保存后将扩展名改为.bat 并命名为2.bat放到桌面
---------------------------------------------------------------------------------------------------------
@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 病毒清除完毕。 & pause

---------------------------------------------------------------------------------------------------------

3、运行1.bat

4、重新启动计算机,运行2.bat ,完毕。

  • 上一篇文章:

  • 下一篇文章:
  • 最新热点 最新推荐 相关文章
    LCD显示屏画面闪烁故障检修思路
    EMS显示器开机经常烧保险丝屏幕出现…
    CRT显示器电源电路及常见故障的分析
    EMS显示器开机光栅明显变亮 联机无字…
    DATAS显示器光栅忽明忽暗故障维修一…
    VGA接口线路详解
    开机后液晶屏幕一直闪烁
    开机后屏幕上出现大量横条
    显示器突然闪烁然后黑屏
    显示器无法自动关闭原来是驱动作怪
    关于45IT | About 45IT | 联系方式 | 版权声明 | 网站导航 |

    Copyright © 2003-2011 45IT. All Rights Reserved 浙ICP备09049068号