Created
April 29, 2014 23:53
-
-
Save breezhang/11414838 to your computer and use it in GitHub Desktop.
set ip address use netsh
This file contains 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
Netsh interface ip set address name=”local area connection” | |
source=static addr=static_ip_ address | |
mask=subnet_mask gateway=gateway_ip 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment