I have a command from the Windows prompt that disables proxy settings:
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\" /v ProxyEnable /t REG_DWORD /d 0 /f
Browsers on my system are configured to use my system settings. The command works, but not in real time - the effects only happen when I go into the Windows menu of the proxy configuration and click "ok" there.
HowdoIsimulatethis"ok" via prompt?