I have a registry patch that disables Flash in an unconventional way: it marks it as incompatible with IE.
[HKEY_LOCAL_MACHINE\SOFTWA
"Compatibility Flags"=dword:00000400
To re-enable, remove the key entirely.
[-HKEY_LOCAL_MACHINE\SOFTW
While this is IE-specific, the GUID might be of use to you. You can search your registry for it to find other occurences of interest.
Main Topics
Browse All Topics





by: gary_williamsPosted on 2004-10-28 at 10:17:53ID: 12436293
Have you tried simply calling RegisterCOMServer and UnregisterCOMServer in the ActiveX unit?