Skip to content

Instantly share code, notes, and snippets.

@jarek-przygodzki
Last active August 3, 2020 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarek-przygodzki/be6961c8f0bb43f5959f21f081b44d19 to your computer and use it in GitHub Desktop.
Save jarek-przygodzki/be6961c8f0bb43f5959f21f081b44d19 to your computer and use it in GitHub Desktop.
Global proxy settings on windows
# Explicit proxy server
Get-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings' | Select-Object ProxyServer
# In case of proxy auto-config you can get the PAC file URL in registry
Get-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings\AutoConfigURL'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment