I would like to create a login script to automatically append a series of entries into the system registery of all users machines. The area of the registry is
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyOverride"="172.27*;10.128.2.*;*.tm-gnet.com;10.66.27.*;"
I would like to include these exceptions.
What would be the simplest and most efficient way of doing this via a script? Has anyone got any similar samples that I could use? Thanks
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyOverride"="172.27*;10.128.2.*;*.tm-gnet.com;10.66.27.*;"
I would like to include these exceptions.
What would be the simplest and most efficient way of doing this via a script? Has anyone got any similar samples that I could use? Thanks