IE Administrator Approved ActiveX
I like to run IE with ActiveX for the internet set to administrator approved. This allows me to run things such as windows update, media player, macromedia flash, without all the other activex possibilities to worry about 😉 This is the reg file I use to set the administrator approved controls
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedControls]
;
; ShockWave flash
“{D27CDB6E-AE6D-11CF-96B8-444553540000}”=dword:00000000
;
; MediaPlayer ( old verion, hence commented out)
;”{22D6F312-B0F6-11D0-94AB-0080C74C7E95}”=dword:00000000
;
; Media Player 10
“{6BF52A52-394A-11d3-B153-00C04F79FAA6}”=dword:00000000
;
; Microsoft Update
“{6E32070A-766D-4EE6-879C-DC1FA91D2FC3}”=dword:00000000
;
; Microsoft Tranfer Manager
“{82774781-8F4E-11D1-AB1C-0000F8773BF0}”=dword:00000000
;
; (“W3C-DOM XML Document 6.0 (Apartment)”)
“{88D96A05-F192-11D4-A65F-0040963251E5}”=dword:00000000
;
; ShockWave flash
“{D27CDB6E-AE6D-11CF-96B8-444553540000}”=dword:00000000
;
; MediaPlayer ( old verion, hence commented out)
;”{22D6F312-B0F6-11D0-94AB-0080C74C7E95}”=dword:00000000
;
; Media Player 10
“{6BF52A52-394A-11d3-B153-00C04F79FAA6}”=dword:00000000
;
; Microsoft Update
“{6E32070A-766D-4EE6-879C-DC1FA91D2FC3}”=dword:00000000
;
; Microsoft Tranfer Manager
“{82774781-8F4E-11D1-AB1C-0000F8773BF0}”=dword:00000000
;
; (“W3C-DOM XML Document 6.0 (Apartment)”)
“{88D96A05-F192-11D4-A65F-0040963251E5}”=dword:00000000
Ha! Not only is the old version commented out, but I bet it didn’t work anyway *grin*. See: dowrd.
good catch ! Fixed 🙂