Skip to content

Instantly share code, notes, and snippets.

@hgirish
Created December 10, 2019 19:57
Show Gist options
  • Save hgirish/56160cea06bdfa3f93246fcfa6eb4433 to your computer and use it in GitHub Desktop.
Save hgirish/56160cea06bdfa3f93246fcfa6eb4433 to your computer and use it in GitHub Desktop.
Changes internet connection type to private in windows using powershell
Get-NetConnectionProfile -InterfaceAlias vEthernet* | Set-NetConnectionProfile -NetworkCategory Private
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment