How to change network type to private or public in Windows 11
PHPz
Release: 2023-08-24 12:37:05
forward
9484 people have browsed it
Setting up a wireless network is common, but choosing or changing the network type can be confusing, especially if you don't know the consequences.
If you're looking for advice on how to change the network type from public to private or vice versa in Windows 11, read on for some helpful information.
What are the different network profiles in Windows 11?
Windows 11 comes with a number of network profiles, which are essentially sets of settings that can be used to configure various network connections.
This is useful if you have multiple connections at home or office so you don't have to set it all up every time you connect to a new network. Private and public network profiles are two common types in Windows 11, but there are usually three.
The three main network profiles include:
1. Public
This profile is used when connecting to an untrusted network, usually when the connected network cannot be verified Use in a public environment on behalf of other computers or devices.
Public networks are accessed through unsecured connections. Examples include public Wi-Fi hotspots, free Wi-Fi at coffee shops, and guest networks at libraries or coffee shops.
If you are concerned about the security of your data on a public profile, you can turn on the strict NAT network type that acts as a firewall.
2. Private
This is the default mode for network profiles. In this mode, the computer is connected to a private home or work network and can only see other devices on that network.
Private network profiles include all the settings your computer needs to join a wireless or wired network without requiring any additional configuration on your part.
Printer sharing and file sharing are also available in this mode because network discovery is turned on by default.
3. Domain name
This is the assigned network configuration file used when the computer joins the domain. It includes settings for authentication, encryption, and caching. Domain configuration files also include settings for user login and resource access.
Businesses often use domain network connections for employees to access company resources, such as email servers and internal websites.
Now that you understand the different scenarios for applying these networks, let’s highlight some of the differences
Private
Public
Domain
Trusted Network
Trust
Trusted
Trust
##Sharing
Enable
Disabled
Restricted within the domain
Discoverable
Enabled
Disabled
Restricted within the domain
Safety
Quite safe
Guarantee
High Safety
Network profiles are a powerful tool because they can be used to control the behavior of Windows computers on a network as they move from one environment to another.
Equipped with this information about the different types of network profiles, if you need to change it, here's how to adjust your Windows 11 network settings.
How do users change their network profiles in Windows 11?
1. Use Settings
Tap key and click Settings. Windows
Select Network & Internet Settings in the left pane and click Wi-Fi (If connected, select the Ethernet connection ).
Select one of your Wi-Fi networks and click on it.
Under "Network Profile Type", switch to your preferred profile.
If you find that the network profile type is missing, you may have an outdated driver, so a quick driver update should resolve the issue.
2. Use the PowerShell command line
click key, type Powershell in the search bar, and then click Run as administrator. Windows
Enter the following command and click: Enter<strong>Get-NetConnectionProfile</strong>
Make a note of the name of the network you want to change, and then type the following command. Remember to replace the network name with the network name you noted down and use the Network profile (such as Public, Private or Domain) by typing: <strong>Set- NetConnectionProfile -Name "network name" -NetworkCategory <Type></strong>
3. Use the registry editor
to open the run command. WindowsR
Type Registry Editor in the dialog box and click.Enter
Navigate to the following location: <strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles</strong>
Click "Profiles" to expand the subkeys. Each will have its profile name listed on the right as the last entry.
Double-click the category, and in the Value data, enter 0, 1, or 2 to change to Public, Private, and Domain respectively, and then click Click "OK".
Close Registry Editor and restart your PC for the changes to take effect.
Keep in mind that editing the registry can be disastrous if anything goes wrong, so be sure to back up or create a restore point before making any changes.
4. Use local security policy
Press to open the run command. WindowsR
Type secpol.msc in the dialog box and click .Enter
Click "Network List Manager Policies" and then double-click the selected network on the right.
In the Network Properties dialog box, navigate to the NetworkLocation tab and under the Location Type option, select Private" or "public profile".
Also, users under Settings User Permissions cannot change the location, then click Apply and OK to save the changes.
It is important to note that this solution may be limited because Local Security Policy is not available in all Windows versions. However, if you are using Windows 11 Pro, Enterprise, and Education editions, you are safe.
Some users complained that they encountered network problems after changing the current network type. Windows cannot connect to this network is the most common, so if you are in the same predicament, check out our expert article on how to fix this problem.
Hopefully now you have a better understanding of how and when to change network profiles in Windows 11 to public or private. What's more, you can easily protect your data.
The above is the detailed content of How to change network type to private or public in Windows 11. For more information, please follow other related articles on the PHP Chinese website!
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