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 rotoglup/b6a8c2dc3683e25c4635d6f7e26fc761 to your computer and use it in GitHub Desktop.
Save rotoglup/b6a8c2dc3683e25c4635d6f7e26fc761 to your computer and use it in GitHub Desktop.

In an administrator PowerShell console

  • Get-NetConnectionProfile
  • Set-NetConnectionProfile -InterfaceAlias "Ethernet" -NetworkCategory Private

or

  • Set-NetConnectionProfile -Name "Ethernet" -NetworkCategory Private
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment