Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klarcheveque/1f34bb970b2ef28c4cd38f09de05a7cf to your computer and use it in GitHub Desktop.
Save klarcheveque/1f34bb970b2ef28c4cd38f09de05a7cf to your computer and use it in GitHub Desktop.
Set Network adapter to private network
Set-NetConnectionProfile -InterfaceAlias "Ethernet 3" -NetworkCategory Private
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment