Home  >  Article  >  System Tutorial  >  How to Change Your Windows 10 Network Type into Private or Public

How to Change Your Windows 10 Network Type into Private or Public

PHPz
PHPzOriginal
2024-08-05 21:02:52391browse

If you want to allow your PC to be found on the network by other PC and devices, you can set the network to private. Otherwise, set it as public. In this article, we show you how to change your Network type into Private or Public for Ethernet connections in Windows 10.


  • Part 1: Set your network as private or public
  • Part 2: Change network type from private to public

Part 1: To set your network as private or public in Windows 10, here's how:

Step 1: Go to Settings app in Windows 10.

Step 2: In the Settings app, click Network & Internet option.

How to Change Your Windows 10 Network Type into Private or Public

Step 3: If you use an Ethernet cable to connect to a network, select Ethernet in the column on the left. Then, click the name of the active network connection on the right.

How to Change Your Windows 10 Network Type into Private or Public

Step 4: Turn this on for private networks. ( See the following screenshot )

How to Change Your Windows 10 Network Type into Private or Public

Step 5: When done, close the Settings app to check whether you have successfully set your network as private by opening Network and Sharing Center. In the network and the sharing center, you can see the actual location of private network connection, just under its name.

How to Change Your Windows 10 Network Type into Private or Public

Step 6: Similarly, to turn this off for public networks. Please repeat the above three steps, such as Step 1, Step 2, Step 3. Then the new window will be opened, just click this On button, and it will automatically become Off button. ( See the following screenshot )

How to Change Your Windows 10 Network Type into Private or Public

Step 7: After finished, close the Settings app. Launch Network and Sharing Center to check whether your network has been set as public. In the network and the sharing center, you can see the actual location of public network connection, just under its name.

How to Change Your Windows 10 Network Type into Private or Public

Tips: Or when you have set your network by switching on or switching off for Ethernet connections, you can also go back to this NETWORK & INTERNET window to select the Network and Sharing Center option to check if the network has been changed into private or public. ( See the picture below )

How to Change Your Windows 10 Network Type into Private or Public

Part 2: To change network type from private to public, here's how:


  • Way 1: Change network type from private to public in Registry Editor
  • Way 2: Change network type from private to public in Local Group Policy Editor
  • Way 3: Change network type from private to public in Windows PowerShell

Way 1: Change network type from private to public in Registry Editor

Step 1: Launch Registry Editor in Windows 10.

Step 2: In Registry Editor window, navigate to the following command line:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionNetworkListProfiles

Step 3: Click the key under Profiles. Right-click Category to choose Modify option in right side.

How to Change Your Windows 10 Network Type into Private or Public

Step 4: Change Category Value data can be 0 for Public network, 1 for Private network and 2for Domain network. In Value data dialog box, type 0 and click OK button to change network type from private to public. Launch Network and Sharing Center to find the network type that has been set as Public network.

How to Change Your Windows 10 Network Type into Private or Public

Way 2: Change network type from private to public in Local Group Policy Editor

Step 1: Open Local Group Policy Editor in Windows 10.

Step 2: In Local Group Policy Editor window, navigate to Computer ConfigurationWindows SettingsSecurity SettingsNetwork List Manager Policies. When navigates to Network List Manager Policies, double-click Unidentified Networks.

How to Change Your Windows 10 Network Type into Private or Public

Step 3: In Unidentified Networks Properties, choose Public and click OK button.

How to Change Your Windows 10 Network Type into Private or Public

Step 4: Go to Network and Sharing Center, you will see the network type is changed into Public network.

Way 3: Change network type from private to public in Windows PowerShell

Step 1: Run PowerShell as administrator in Windows 10.

Step 2: In Windows PowerShell window, copy and paste Get-NetConnectionProfile, press enter.

Step 3: Input Set-NetConnectionProfile -Name "Network" -NetworkCategory Public, press enter.

How to Change Your Windows 10 Network Type into Private or Public

Step 4: Open Network and Sharing Center, you will find the network type is displayed into Public network.

How to Change Your Windows 10 Network Type into Private or Public

Note: If you want to change the network type from public to private, just need to type the command line below:

Set-NetConnectionProfile -Name "Network" -NetworkCategory private

The above is the detailed content of How to Change Your Windows 10 Network Type into Private or Public. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn