Proxy settings by Admin user to other users get automatically reset

M

mpandey101

For EC2 Windows server creation, I have to write everything in powershell userdata script. So I have the command to set proxy:Set-ItemProperty -Path $regKey -Name ProxyServer -Value ...Set-ItemProperty -Path $regKey -Name ProxyEnable -Value ...I can see the values in registry as well after the above commands are run. But as soon something get triggered that will use that proxy for that user, it will automatically reset to something like ProxyEnable as 0 and deletes ProxyServer key.But after the set up, if I just login with the user (for which proxy was set) and open Internet Explorer once (not

Continue reading...
 
Back
Top Bottom