Skip to content

Instantly share code, notes, and snippets.

@notmayo
Created February 27, 2019 16:29
Show Gist options
  • Save notmayo/db3b7b841c4e11a1cd83ed050f3e6bf5 to your computer and use it in GitHub Desktop.
Save notmayo/db3b7b841c4e11a1cd83ed050f3e6bf5 to your computer and use it in GitHub Desktop.
Sets Local Area Connection as DHCP. Requires runas Administrator.
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