How do I disable the "Use automatic configuration script" checkboxes and also "Do not use proxy server for local addresses"?
To disable the proxy, I am using the command:
"HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f
I would like to know how I can disable the other two checkboxes following the same idea of the command I already have. So I leave everything in a .bat