Created
February 3, 2022 05:18
-
-
Save gyk/1b715ee7094bcffd68197e168af6ccc3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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