Skip to content Skip to sidebar Skip to footer

Error Writing to Registry Key Private Internet Access

The Windows 10 Settings UI and the Network flyout is completely different from Windows 7 and Windows 8.1. The options have been moved around and it is not clear how to change the network type - private or public. I would like to share how you can change the network location type in Windows 10.

When you are signing in to your account for the very first time, Windows 10 asks you which kind of network you are connecting to: Home or Public.

windows 10 build 10074 network type

If you pick Yes, the OS will configure it as a private network and turn on network discovery. For a Public network, discovery and access will be limited. If you need to access your computer from a remote PC or browse the PCs and devices on your local network, you need to set it to Home (Private).

If you decide later to change the access type of the network you are connected to, you might even not find which settings to change!

There are two ways to change the network type in Windows 10.

Method one. Change network access type via the Settings app

  1. Open the Settings app.
  2. Click the Network and Internet icon.windows 10 network and internet category
  3. Depending on the way you are connected to your network, you need to click the appropriate subcategory on the left. If you are using a wired connection, click on Ethernet. If you are using some wireless connection, click on Wi-Fi.windows 10 ethernet page
  4. Click on the connection name on the right. In my case, it is named just "Ethernet":windows 10 ethernet ethernet
  5. On the next page, turn on the switch Find devices and content to make this connection Private. If you turn off this switch, this will make your network Public.windows 10 change network type private public

That's it. This is pretty easy, isn't it? This is all you need to know in the Settings app to change the network location type.

Method two. Change network access type by Registry editing

You can change the network profile in Windows 10 using a Registry tweak. After you follow the steps described below, you can easily switch your network location type from Public to Private and vice versa.

  1. Open Registry Editor.
  2. Go to the following Registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles

    Tip: See how to jump to the desired Registry key with one click.

  3. You will see one or several GUIDs there, each of them represent a network you are connected to. See the following image to understand how it works:windows 10 network list
  4. Go to the GUID subkey which matches your current network connection.
  5. Create a new DWORD value there, named Category. You might already have such a value, so you will only need to modify it.
  6. Set the Category parameter to one of the following values:
    0 - means your network is public.
    1 - means your network is private.
  7. Create a new DWORD value named CategoryType if it does not exist and set its value to 0:windows 10 network category type
  8. Restart your PC.

After the reboot, open the Network and Sharing Center and check out the state of your network. It should reflect the changes you made. For example, I set my Network to Private using the following values:

Category = 1 CategoryType = 0.              

windows 10 network and sharingFinally, you can use PowerShell to change the Network location type from Private to Public and vice versa. See Change network location type with PowerShell in Windows 10.

That's it. Feel free to post your thoughts, questions and suggestions in the comments.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Error Writing to Registry Key Private Internet Access

Source: https://winaero.com/change-network-location-type-public-or-private-in-windows-10/

Post a Comment for "Error Writing to Registry Key Private Internet Access"