Created
February 27, 2019 16:29
-
-
Save notmayo/db3b7b841c4e11a1cd83ed050f3e6bf5 to your computer and use it in GitHub Desktop.
Sets Local Area Connection as DHCP. Requires runas Administrator.
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
netsh int ip set address "Local Area connection" source=dhcp | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment