Skip to content

Instantly share code, notes, and snippets.

@antoniocampos
Created October 9, 2024 21:05
Show Gist options
  • Save antoniocampos/745eab6270af896a6ff32fbdc69257ff to your computer and use it in GitHub Desktop.
Save antoniocampos/745eab6270af896a6ff32fbdc69257ff to your computer and use it in GitHub Desktop.
PowerShell Change Network to Private

Open PowerShell as administrator and execute

Get-NetConnectionProfile

Copy the Name and replace in the following line

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