Does anybody know how to remove an ActiveX control from Internet Explorer 7.0 ? I had been deleting and adding this control numerous times using the built in delete button in Tools, Manage Add-ons, Enable or Disable. This is required for me to test a downloader ActiveX used for a website. It had always shown up in the "Downloaded ActiveX Controls (32 bit) section of the drop down which activates the delete button. However, all of a sudden it now appears under "Add ons that have been used by Internet Explorer" and I cannot delete it from there.

The "in folder" column says it's in the C:\WINDOWS\Downloaded Program Files folder... But it does not appear to be there either...

Thanks, James

link|improve this question
feedback

migrated from stackoverflow.com Oct 11 '09 at 20:55

This question came from our site for professional and enthusiast programmers.

4 Answers

Autoruns can remove IE Addons: http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx

link|improve this answer
Unfortunately, this control doesn't seem to be displayed in Autoruns. Surprising since so much is there. But I know this control is installed, because it runs... Too weird. – James Sep 25 '09 at 20:14
I found them in the C:RECYCLER folder It won't let me delete one though.. It has a strange name (all numbers and dashes... I will look fot this in Autoruns. – James Sep 25 '09 at 20:42
Ok removed them from the recycler folder.... And it is still there. This is painful! – James Sep 25 '09 at 21:30
Not sure if it will help, but I am uninstalling IE7 and will re-install. I bet the thing will still be there though. – James Sep 25 '09 at 22:24
Yes, the ActiveX control is still there and I cannot delete it. – James Sep 25 '09 at 22:27
show 1 more comment
feedback

Ok, got it. Went to Tools, Internet Options, Advanced, and press "RESET Internet Explorer Settings. It disables most of the add-ins so take screens shots first. You have to enable a lot of add-ons again. But the good news is it deleted the one that should not have been in tha category not allowing the delete. Whew! Painful.

More info. Actually, the reset button only removed the entry from IE. I had to edit the registry and delete all references to the downloader activeX control and run my registry cleaner. Finally, the control was not active!

link|improve this answer
feedback

When doing ANY kind of development that creates/removes/updates entries in the registry, be sure you use the (very excellent) CCLeaner. It will nicely remove any "dangling" references you (most certainly) have created in the registry ... (yes there are other, but believe me this one you want to use)

--DBJ

link|improve this answer
Thankyou for the recommendation. I will check into it. – James Sep 29 '09 at 14:36
feedback

Ok, I found a program that does the trick. XCavator 2.0

Works just great.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown