Modify Internet Options settings
I'm working with IE 6 and I need to make changes to the Internet Options so it applies to all Users that log in. Specifically Trusted Sites and Enableing ActiveX Controls. This appears to be stored under the HKCU registry hive. I can't do it via Group Policy. Any ideas how to do this?
Initially I had 2 thoughts:
1.) put a script in the registy Run key to make the changes every time someone logs in.
2.) Create an MSI with a Keypath in a HKCU registry key and it will automatically repair itself if that value is missing. However, I think the MSI program needs to be invoked for it to do this. There is no program to start, other than IE.
Initially I had 2 thoughts:
1.) put a script in the registy Run key to make the changes every time someone logs in.
2.) Create an MSI with a Keypath in a HKCU registry key and it will automatically repair itself if that value is missing. However, I think the MSI program needs to be invoked for it to do this. There is no program to start, other than IE.
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
Rheuvel
14 years ago
Hi zartan24,
You can also combine your two ideas of making a registry run key and using a MSI. By placing an active setup key that will trigger a repair of your MSI every user will get the settings when they log in.
Have a look at this article:
http://itninja.com/blog/view/appdeploy:-articles:-activesetup
You can also combine your two ideas of making a registry run key and using a MSI. By placing an active setup key that will trigger a repair of your MSI every user will get the settings when they log in.
Have a look at this article:
http://itninja.com/blog/view/appdeploy:-articles:-activesetup
Posted by:
zartan24
14 years ago
Hi Rhuevel,
Excellent idea. I'll go the Active Setup route.
Any ideas on the uninstall? I expect my uninstall of the program will remove the Active Setup stub in HKLM. I'll have to test and see if the compare of HKLM and HKCU will also remove the Stub from HKCU.
I wonder how to reverse the changes in all the User Profiles. The only thing I can think of now is another Active Setup Stub to reverse the changes. And then that Stub will just have to remain on the PC. Do you have any thoughts on that?
Excellent idea. I'll go the Active Setup route.
Any ideas on the uninstall? I expect my uninstall of the program will remove the Active Setup stub in HKLM. I'll have to test and see if the compare of HKLM and HKCU will also remove the Stub from HKCU.
I wonder how to reverse the changes in all the User Profiles. The only thing I can think of now is another Active Setup Stub to reverse the changes. And then that Stub will just have to remain on the PC. Do you have any thoughts on that?
Posted by:
anonymous_9363
14 years ago
Posted by:
zartan24
14 years ago
Posted by:
anonymous_9363
14 years ago
Posted by:
zartan24
14 years ago
Hi VBScab,
Funny, I agree. I'd recommend them if I knew who they were. They're a mysterious group in a far-off land. I'd need a Ouija (weegee) board to communicate with them.
Anyway, how about my uninstall. Do you agree that the only way to reverse the settings in all the User Profiles would be to create another Active Setup Stub to change the settings back. And then that Stub would just have to remain on the PC?
Funny, I agree. I'd recommend them if I knew who they were. They're a mysterious group in a far-off land. I'd need a Ouija (weegee) board to communicate with them.
Anyway, how about my uninstall. Do you agree that the only way to reverse the settings in all the User Profiles would be to create another Active Setup Stub to change the settings back. And then that Stub would just have to remain on the PC?
Posted by:
Mencaliss
14 years ago
Posted by:
Rheuvel
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.