Created
July 2, 2019 05:56
-
-
Save haixinsong/5d60bbf4ef36dc331230b6e408e1d3a7 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
| @echo off | |
| SETX>nul http_proxy "" | |
| SETX>nul https_proxy "" | |
| SETX>nul all_proxy "" | |
| SET http_proxy= | |
| SET https_proxy= | |
| SET all_proxy= | |
| echo From now on directly connect to network | |
| @echo on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment