internet explorer 7 - Programmatically disable all IE7 add-ons EXCEPT one -
Is there any way to do this
1) All add-ons disabled for an IE session (Like-phone option) 2) Then only enable 1 (or some) add-on
I want to do this with a .cmd file
Other nearby but Not quite a choice, you are welcome.
Thank you! You can enable / disable control by twiddling some bits in the registry:
P> Find it:
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Ext \ Settings \ {CLSID}
... where {CLSID} It is the ID of the control you want to change, in which each key will have the following DWORD value:
flag
If the key exists and at least Extension is set if critical bit is set
Then, write a script to do this using the REG command.
Comments
Post a Comment