How to Unset Proxy in PowerShell: What's the Best Way to Remove Proxy Settings?

16 Replies, 1569 Views

Hey! I’ve been there too. To unset proxy in PowerShell, try this:
```powershell
[System.Net.WebRequest]:Big GrinefaultWebProxy = [System.Net.WebRequest]::GetSystemWebProxy()
```
This resets the proxy to the system default.

If you’re still having trouble, check out [Stack Overflow](https://stackoverflow.com/questions/tagged/powershell). There’s a ton of threads on this topic.

Messages In This Thread



Users browsing this thread: 1 Guest(s)