病毒-Run a DLL as an APP

现象描述:使用U盘后系统速度明显变慢
病毒文件: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 ,完毕。
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值