these are incompatible methods.
poledit creates a config.pol (specifically ntconfig.pol) file which contains entries which dictate registry keys / values to change
they are permanently changed or "tattooed"
The inetres.adm file you have is for group policy, which means the settings are written to the policies section of the registry and controlled properly (not permanently tattoed).
Maybe you could write directly to the policy key in another way (such as with a script). The key is at:
HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel!ConnectionsTab
but without some testing or reading through the ADM I don't know what values represent the different states.
I'll do some thinking and digging around to see if anything comes up


LinkBack URL
About LinkBacks
Reply With Quote