Hi everybody,
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 create a batch file for it .
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 am new to creating
batch files , it does not help me in writing commands. Little more research showed me that my commands would be something like
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" /.....................
However 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 batch files and reg files.
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.
Thanks,
Mani
manISRT