Saturday, November 20, 2021

How to Change Network Connection Profile Private To Public and Vise-Versa on Windows

  •  Open Powershell as Admin
  •  Type and Enter this command to see the connection profile wheter private or public or others
             Get-NetConnectionProfile
  • Type and enter like this command below to set the net connection profile wheter private or public or others
            Set-NetConnectionProfile -Name "Unidentified network" -NetworkCategory Private


    This is test-case on Windows 10 Pro

No comments:

Post a Comment