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 ]
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 ]
Recent Ratings for This Post
( 1 in total)
Click for details
| Rater | Score | Time |
|---|---|---|
| pusofalse | +4 | 2008-07-08 13:39 |

