Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to make some changes to IE settings of many PCs to be able to open a tool which willl be used by all users using the systems..
Since same settings are to be applied to different systems. I want to automate it using vb script .


Settings are :

1.Go to internet Options-- security--sites--trusted sites and and the site https://abc.com under it
2.Set security level for this zone as Low
3.Check enable protected mode
4.Go to internet options--settings--privacy and uncheck Turn on Pop-up blocker
5.Go to tools--compatibility view settings and the site https://abc.com under it . Check option - display intranet sites in compatibility view

I did some research on net and found that all these settings are done by changing entries in registery.
The site http://support.microsoft.com/kb/182569 gave lot of info on what various codes mean . But since I have no knowledge on scripting language , I can not proceed.
I cannot use trial and error as any unwanted change to registery may cause damage to my systems .
It would really be very helpful if anyone can help me with his/her expertise in vb scripting and provide me the .vbs file which can change IE settings as mentioend above.
My target will be for IE8/9/10/11 preview . I am assuming the commands would be same for these versions which are comparitively new.
Posted
Comments
[no name] 13-May-14 10:27am    
You would need to go to a site like www.vworker.com so you can hire someone to do this work for you. We don't write code to order here.
CHill60 13-May-14 11:49am    
If you want to use VBScript rather than VB.NET I would advise you to change the tag on your post.
In the meantime have a look here ... http://www.computerperformance.co.uk/Logon/VBScript/VBScript_Windows_registry.htm[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900