Folks,
Got a bad cold...head is not quite connected.
If you have not gotten rid of the
McAfee stuff, here is something to try...
If you want to scrub whatever is left of the
McAfee Phishing Filter here is a command:
Please close all open windows.
Open a Command Prompt.
Right-click and select: Run as Administrator
Copy (using the mouse) all the text inside the quote box below, and Paste at the blinking cursor. Then, press: Enter
echo Start
echo #
echo ######################## Default dirctory for x86 x64 ########################
echo #
echo this command is default system32 directory for x86 OS or x64 OS
cd %windir% & cd system32
echo Remove IE BHO 01 & reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo Remove IE BHO 02 & reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo Remove IE BHO 03 & reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo Toolbar delete 01 & reg delete "HKLM\SOFTWARE\Microsoft\Internet Explorer\Toolbar" /v "{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo Toolbar delete 02 & reg delete "HKCU\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser" /v "{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo Toolbar delete 03 & reg delete "HKCU\Software\Microsoft\Internet Explorer\URLSearchHooks" /v "{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo Toolbar delete 04 & reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\PreApproved\{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo Toolbar delete 05 & reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo CLSID delete & reg delete "HKCR\CLSID\{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo #
echo ######################## Change the dirctory for x64 ########################
echo #
echo this command is x86 application's registry for x64 OS
cd %windir% & cd syswow64
echo Remove IE BHO 01 & reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo Remove IE BHO 02 & reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo Remove IE BHO 03 & reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo Toolbar delete 01 & reg delete "HKLM\SOFTWARE\Microsoft\Internet Explorer\Toolbar" /v "{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo Toolbar delete 02 & reg delete "HKCU\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser" /v "{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo Toolbar delete 03 & reg delete "HKCU\Software\Microsoft\Internet Explorer\URLSearchHooks" /v "{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo Toolbar delete 04 & reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\PreApproved\{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo Toolbar delete 05 & reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo CLSID delete & reg delete "HKCR\CLSID\{27B4851A-3207-45A2-B947-BE8AFE6163AB}" /f
echo End
To nuke the McAfee Personal Firewall Service:
Once again, please close all open windows.
Open a
Command Prompt
Right-click and select: Run as Administrator
Copy (using the mouse) all the text inside the quote box below, and Paste at the blinking cursor. Then, press: Enter
sc stop "McMPFSvc"
sc config "McMPFSvc" start= disabled
sc delete "McMPFSvc"
Restart the computer.
Please run
DDS once again, and post the results.