I need to be able to temporarily bypass the proxy script on Windows 10 LAN Settings.
I need to do this programmatically with C# or VB NET.
I have a webclient that accesses some content which the company environment has a one size fits all proxy script. I can't get a pack of elephants to climb mount Everest - so I need to be able to do this in code.
I read this How to toggle "Use automatic configuration script" but I am at a loss - there does not seem to be anything solid in C# VB Net for me to follow.
I do not want to remove the Use Automatic Proxy Script - I want to simply UNCHECK do my thing and then RECHECK it. All programagically .. C# or VB NET examples are fine.