I am wondering if anyone knows how to change the global proxy settings of a windows 10 machine, through python. My goal is it to create a script which requests proxies and then sets them global for the entire machine. So if I open chrome or any Browser the traffic flows through the proxy.
But this technique only effects traffic, which is running through cmd
I tried for Example the netsh function in cmd:
netsh set proxy ..I also tried starting the chrome browser with the proxy, but that also didn't work, referring to this article: https://winaero.com/blog/override-proxy-settings-google-chrome/
My code until now is only grabbing the proxy from a website with list of proxies.
Thanks