Remove Proxy Settings in IE (*.REG)

Regedit

“remove-Proxy-Settings.reg”

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]
"EnableAutoProxyResultCache"=dword:00000000
"EnableNegotiate"=dword:00000000
"ProxyEnable"=dword:00000000
"AutoConfigURL"=""
"ProxyServer"=""
"ProxyOverride"=""

BAT File (Call the reg Procedure):

“run-remove-Proxy-Settings.bat”

"reg import remove-Proxy-Settings.reg"