中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-08-09 02:21
47,811 topics / 349,895 posts / today 0 new / 48,253 members
DOS批处理 & 脚本技术(批处理室) » [Original] 3wareSrv File Deletion Tool 『Original by Hacker Xiaowen』
Printable Version  1,458 / 4
Floor1 hackxw Posted 2008-07-08 13:36
初级用户 Posts 28 Credits 28 From 山东省淄博市
Original URL: http://hi.baidu.com/黑客小文/blog/item/d5e75408777861910b7b820d.html


Recently, I installed the JUJUMAO version of the XP system at home... After the installation is complete, there is a very strange service: 3wareSrv... And from time to time, the computer has blue screen phenomena...

In the system disk, in the system32 folder in the windows folder, there will be 3warerun.exe; 3wareSrv.exe and 3wflt100 and other registry directories...

It will cause the system to often blue screen...

Hey... I have been ignoring this file... I saw it again today... By the way, I checked it online... As soon as I checked, I saw many problems about this program causing blue screens...

So, I made a P processing to clear this program... hoho~~ It's original哦...

Please check whether there is 3wareSrv.exe; 3warerun.exe in the system32 folder in the windows folder in your system disk... If there is, use the P processing I made to clear it...


@echo off
title 3ware Malicious Program Removal Tool by Hacker Xiaowen
color 0a
del /f /q c:\windows\system32\3warerun.exe
del /f /q c:\windows\system32\3waresrv.exe
del /f /q c:\windows\system32\drivers\3waredrv.sys
del /f /q c:\windows\system32\drivers\3waregsm.sys
del /f /q c:\windows\system32\drivers\3wDrv100.sys
del /f /q c:\windows\system32\drivers\3wFlt100.sys
reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\3waredrv /f
reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\3waregsm /f
reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\3waresrv /f
reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\3wdrv100 /f
reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\3wflt100 /f
sc delete 3wareSrv
ping -n 3 127.1>nul
cls
echo.
echo.
echo 3ware Malicious Program Completely Removed Successfully!!!
echo.
echo.
echo ※※※Press any key to exit※※※
pause>nul
start iexplore http://hi.baidu.com/黑客小文



Copy the above code to Notepad and save it as: XXX.bat, then double-click it...


http://hi.baidu.com/黑客小文

[ Last edited by hackxw on 2008-7-8 at 01:40 PM ]
Floor2 pusofalse Posted 2008-07-08 13:39
银牌会员 Posts 646 Credits 1,604
Floor3 hackxw Posted 2008-07-08 13:40
初级用户 Posts 28 Credits 28 From 山东省淄博市
(*^__^*) Hee hee……
Thanks thanks~~~~~~
Floor4 HAT Posted 2008-07-08 14:15
版主 Posts 5,017 Credits 9,023
Floor5 radem Posted 2008-07-08 14:39
高级用户 Posts 383 Credits 691
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023