Tuesday, June 13, 2023

Change Windows Network Location in Windows 10

Adjust the network location in PowerShell, please follow these steps:
  1. Open PowerShell as an administrator.
  2. Enter the command: Get-NetConnectionProfile Take note of the value displayed in the Name field.
  3. Next, execute the command: Set-NetConnectionProfile -Name "NetworkName" -NetworkCategory Private Replace "NetworkName" with the value you obtained from the previous command.
  4. To verify that the network location has been changed, run the command: Get-NetConnectionProfile Review the results to confirm the update.

 

Thanks

No comments: