Skip to content

Instantly share code, notes, and snippets.

@gyk
Created February 3, 2022 05:18
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 gyk/1b715ee7094bcffd68197e168af6ccc3 to your computer and use it in GitHub Desktop.
Save gyk/1b715ee7094bcffd68197e168af6ccc3 to your computer and use it in GitHub Desktop.
$reg = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings"
Set-ItemProperty -Path $reg -Name ProxyServer -Value "127.0.0.1:2082"
Set-ItemProperty -Path $reg -Name ProxyEnable -Value 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment