Skip to content

Instantly share code, notes, and snippets.

@haixinsong
Created July 2, 2019 05:56
Show Gist options
  • Save haixinsong/5d60bbf4ef36dc331230b6e408e1d3a7 to your computer and use it in GitHub Desktop.
Save haixinsong/5d60bbf4ef36dc331230b6e408e1d3a7 to your computer and use it in GitHub Desktop.
@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