I am receiving the following DELPHI error - CPR.DLL when I open my Internet Explorer. I want to ask how can I troubleshoot or fix this error ? Does anybody have any ideas about the same then plz let me know....thnx
Printable View
I am receiving the following DELPHI error - CPR.DLL when I open my Internet Explorer. I want to ask how can I troubleshoot or fix this error ? Does anybody have any ideas about the same then plz let me know....thnx
Do the following in order to troubleshoot CPR.DLL error
- Start Windows in Safe Mode
- Access Add/Remove Programs applet from Control Panel
- Uninstall CPR
- Locate the file named CPR.DLL in the system and Delete it.
- Restart Windows
These errors are caused by a adware DLL which was compiled with a trial version of Delphi. This DLL attaches with Internet Explorer as a Browser Helper Object [BHO] and causes Internet Explorer process to terminate as soon as IE is launched.
You can manually perform the steps to fix this error as already mentioned by Jackson2
If you are unable to uninstall CPR, rollback the system date or change to year 2002 temporarily. Complete the uninstall process and restore the original Date/Year.
You can also fix this error using REG script
REG script
REGEDIT4
[-HKEY_CLASSES_ROOT\cpr.IEHelperOP]
[-HKEY_CLASSES_ROOT\CLSID\{FAC6E0E1-5D45-4907-BC00-302D702DCC73}]
[-HKEY_CLASSES_ROOT\CLSID\{E0F0E0E1-5D45-11D4-BC00-2DCC73302D70}]
[-HKEY_CURRENT_USER\Software\Cpr]
[-HKEY_LOCAL_MACHINE\Software\Cpr]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{FAC6E0E1-5D45-4907-BC00-302D702DCC73}]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\CPR]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{E0F0E0E1-5D45-11D4-BC00-2DCC73302D70}]
After applying the REG, delete the CPR.DLL file.