Doppio Posted October 17, 2006 Posted October 17, 2006 Hi guys, looked everywhere but I'm not able to find a solution. How can I enable and change the (Use automatic configuration script) on IE, I have about 150 PC's to change next week, and a script will help me a lot. Thanks
this-is-me Posted October 17, 2006 Posted October 17, 2006 Use a program called RegShot to log changes in the registry as you manually change the setting on one computer. Then use RegWrite to make the changes to the target systems. Who else would I be?
Doppio Posted October 17, 2006 Author Posted October 17, 2006 I guess I could do that.... but what about scripting one with Autoit. I was abe to change the proxy server with some code I found in this great forum, but there's nothing on changing the configuration script. Is it posible?
this-is-me Posted October 17, 2006 Posted October 17, 2006 (edited) Once you have the registry setting, it is just a matter of applying it with autoit or regedit. With the method you mention, the script would need to interact with the Internet Explorer Properties window on 150 separate PCs. This would not be acceptable in most businesses because it could interfere with the person actively using the computer. EDIT: Clarity Edited October 17, 2006 by this-is-me Who else would I be?
Doppio Posted October 17, 2006 Author Posted October 17, 2006 Thank you for your reply. You ae absolutely right! I wouldn't want to get 150 calls at the same time. I'll try what you told me originally seems like the most sane solution. Thank you.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now