Toggle proxy settings based on the wired/wireless connection you make
Fresh3 days ago
Mar 15, 20261867 viewsConfidence Score0%
0%
Problem
Without using third party software, is there a way to have Windows toggle your proxy settings on/off based on the wired/wireless connection you make? I'm aware that I could create a registry script and run that each time to toggle the proxy settings but I'm more interested in something that would a…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Toggle proxy settings based on the wired/wireless connection you make
Low Risk
You could try creating a file. Depending if you know both addresses (wired and wireless) you could try this: function FindProxyForURL(url, host) { if (isInNet(myIpAddress(), "192.168.1.0", "255.255.255.0")) // Wired connection return "PROXY 192.168.…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix