- Local time
- 3:50 AM
- Messages
- 270
That tutorial does not give a clue for removal of our Mc filter.
My Computer
- Computer type
- PC/Desktop
- Computer Manufacturer/Model Number
- Dell studio xps 8100
- OS
- Windows 7 home premium 64 bit
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
sc stop "McMPFSvc"
sc config "McMPFSvc" start= disabled
sc delete "McMPFSvc"
I forgot the restart. Will send them again.
rb: type services.msc inside the Search programs and files . Press <ENTER> when you see services under Programs .