Update to: Windows 8: Change network location

This is an update to a previous blog post: https://deploywindows.com/2012/10/22/windows-8-change-network-location/

‘Cause I noticed that there are some users telling they cannot change the network location or find the option.

Let me give guide you thru some possible scenarios

If you already joined a Homegroup this page with just show you something like this

image

As you can see, there is no option for Change Network location.

If you for any other reason don’t have this option go for this resolution, Right click the network and choose Forget this network.

image

When you reconnect to the network again you will have the option to choose between

image

If you still have problem you can use some of you PowerShell knowledge!

Open a PowerShell command line and just it Get-NetConnectionProfile and press enter

image

See where I am going? So find your network interface index, in my case number 44 for the Wireless and write the following depending if you want Private or Public

Set-NetConnectionProfile -InterfaceIndex 44 -NetworkCategory Private

Set-NetConnectionProfile -InterfaceIndex 44 –NetworkCategory Public

I hope that clears every things out!


Posted

in

, ,

by

Comments

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.