Skip to content

Instantly share code, notes, and snippets.

@discostu105
Created January 21, 2019 21:43
Show Gist options
  • Save discostu105/176e7af5af9cb7aa18396538a220a82f to your computer and use it in GitHub Desktop.
Save discostu105/176e7af5af9cb7aa18396538a220a82f to your computer and use it in GitHub Desktop.
Disable Proxy for Microsoft Symbol Servers
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Symbol Server]
"NoInternetProxy"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Symbol Server]
"NoInternetProxy"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Symbol Server]
"NoInternetProxy"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\Microsoft\Symbol Server]
"NoInternetProxy"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment