Windows 10で新しい未知のネットワークに接続すると、オペレーティングシステム(operating system)はそれをパブリック(Public)として設定します。これは、Windows 10がそのネットワークを信頼できないものとして扱うため、同じネットワーク上の他のデバイスから可能な限り最大限の保護を提供することを意味します。したがって、Windows 10 PCはネットワーク上で検出できず、フォルダーやプリンターをそのネットワークと共有することはできません。ただし、ネットワークをプライベート(Private)として設定することもできます。Windows10で(Windows 10)ネットワークプロファイル(network profile)を変更する最も簡単な方法は次のとおりです。
重要:(IMPORTANT:)手順を機能させるには、管理者権限を持つユーザーアカウントでログインする必要があります。(user account)Windowsの(Windows)ネットワークロケーション(network location)の目的で復習が必要な場合は、このガイドをお読みください:Windowsのネットワークロケーション(network location)とは何ですか?Windows 10で(Windows 10)ネットワークの場所(network location)を変更する手順は、ネットワークへの接続方法(ワイヤレスまたはイーサネットケーブル(Ethernet cable)を介した方法)によって少し異なります。このガイドでは、両方の状況について、それぞれ別のセクションで説明します。
WiFiに接続しているときに、 Windows10(Windows 10) ネットワークの場所(network location)をプライベートに変更する方法
Windows 10でラップトップ、タブレット、またはSurface Proデバイス(tablet or Surface Pro device)を使用していて、ワイヤレスネットワーク(wireless network)に接続している場合は、タスクバーの通知領域(notification area)(通常はの右下隅にあります)にあるWiFiアイコンを(WiFi icon)クリックまたはタップ(click or tap)します。スクリーン)。次に、接続しているWiFiネットワーク(WiFi network)の名前の下にある[プロパティ]リンクを(Properties)クリックまたはタップ(click or tap)します。
接続しているワイヤレスネットワーク(wireless network)の設定を含む[設定](Settings)ウィンドウが開きます。[ネットワークプロファイル]セクションで、[(Network profile")プライベート(Private)]をクリックまたはタップすると、ネットワークの場所(network location)が変更されます。
または、ネットワークの場所(network location)をプライベート(Private)からパブリック(Public)に変更する場合は、反対の選択を行います。これで、 [設定](Settings)ウィンドウを閉じることができます。変更はすぐに適用され、Windows10で使用されます。
ネットワークケーブルを介して接続されている場合に、 (network cable)Windows10の(Windows 10) ネットワークの場所(network location)をプライベートに変更する方法
イーサネットケーブル(Ethernet cable)を使用してネットワークに接続されているWindows10を搭載したデスクトップPCを使用している場合は、手順が異なります。まず(First)、タスクバーの通知領域(notification area)(通常は画面の右下隅にあります)のネットワークアイコン(network icon)をクリックします。次に、接続しているネットワークの名前をクリックします。
[設定](Settings)ウィンドウが表示され、イーサネットネットワーク(Ethernet network)接続の設定が示されます。ネットワークの名前をもう一度クリックします。(Click)
アクティブなネットワーク接続(network connection)の設定のリストが表示されます。[ネットワークプロファイル]セクションで、[(Network profile")プライベート(Private)]をクリックまたはタップすると、ネットワークの場所(network location)が変更されます。または、ネットワークの場所(network location)をプライベート(Private)からパブリック(Public)に変更する場合は、反対の選択を行います。
[設定](Settings)ウィンドウを閉じると完了です。変更はすぐに適用され、Windows10で使用されます。
設定アプリ(Settings app)を使用してWindows10 ネットワークの場所(network location)を変更する方法
上記の方法が最速です。ただし、設定(Settings)アプリを使用して同じ変更を加える別の方法もあります。Windows 10で、 (Windows 10)[設定](Settings)を開き、[ネットワークとインターネット("Network & Internet.")]に移動します。次に、Wi-Fiネットワークを使用している場合は、Wi-Fiに移動し、(Wi-Fi)接続しているネットワークの名前をクリックまたはタップしてから、必要に応じてネットワークプロファイル(network profile)を[プライベート(Private)]または[パブリック]に変更します。(Public)
イーサネット接続(Ethernet connection)を使用している場合は、イーサネット(Ethernet)に移動して、接続しているネットワークの名前をクリックします。次に、ネットワークプロファイル(network profile)を変更します。
コマンドプロンプトまたはPowerShell(Command Prompt or PowerShell)を使用してWindows10 ネットワークの場所(network location)を変更する方法
コマンドラインが気に入った場合は、コマンドプロンプトを実行するか、管理者として(Command Prompt)PowerShellを起動できます。次に、コマンドGet-NetConnectionProfileを入力し、 (Get-NetConnectionProfile)Enterキー(Enter)を押します。次に、アクティブなネットワーク接続(network connection)に関する情報が表示されます。[名前](Name)フィールドを見て、その値を覚えておいてください。これは、Windowsがネットワーク接続(network connection)に付けた名前です。また、[ NetworkCategory]フィールドには、ネットワーク接続(network connection)に設定されている現在のネットワークの場所(network location)が表示されます。次に、次のコマンドを入力します。Set-NetConnectionProfile -Name "NetworkName" -NetworkCategory Private。NetworkNameを、前のコマンドで共有されているNameフィールドの値に置き換えます。
ネットワークの場所(network location)をパブリック(Public)に設定する場合は、Set-NetConnectionProfile -Name "NetworkName" -NetworkCategory Publicと入力し、 NetworkNameを前のコマンドで共有されているNameフィールドの値に置き換えます。
ネットワークの場所(network location)が変更されたことを再確認するには、 Get-NetConnectionProfileを再度実行して結果を確認します。NetworkCategoryフィールドは別の値にする必要があります。
注:(NOTE:)Get-NetConnectionProfileコマンドの操作の詳細については、 Microsoftが作成したドキュメントを確認してください(here)。
正しいWindows10(Windows 10) ネットワークプロファイルを(network profile matter)設定することが重要なのはなぜですか?
Windows 10は、設定されている場所に基づいてネットワーク接続を処理します。(network connection)パブリック(Public)ネットワークは信頼できないと見なされます。公共の場所、空港、ホテル、レストラン、図書館、または勤務していない会社のネットワークなど、知らないネットワークに接続する場合は、ネットワーク接続をパブリック(Public)として設定する必要があります。ネットワークをプライベートとして設定するのは、ネットワークを知っていて、(Private)自宅や職場(home or workplace)のネットワークのように信頼できる場合のみにしてください。ネットワークをプライベート(Private)として設定すると、Windows 10を使用すると、コンピューターまたはデバイス(computer or device)をネットワーク上で検出可能にし、データやプリンターを含むデバイスを共有できます。たとえば、をインストールすることはできません(wireless printer)ネットワーク接続が(network connection)プライベート(Private)として設定されていない限り、ワイヤレスプリンタ、またはネットワークプリンタ(network printer)。
(Did)Windows 10で(Windows 10)ネットワークプロファイル(network profile)を正常に変更しましたか?
上記の手順に従うと、Windows10 ネットワークの場所(network location)をプライベート(Private)からパブリック(Public)またはその逆にすばやく変更できます。このチュートリアルを閉じる前に、すべてがうまくいったかどうかを教えてください。ネットワークプロファイル(network profile)の変更で問題が発生した場合は、以下のコメントで何が起こったのかをお知らせください。
How to change the Windows network profile to Private (or Public)
Whеn you connect to a new and υnknown network in Windows 10 or Wіndows 11, the operating system sets it as Public which means it doesn’t consider it trustworthy. When the network profile is set to Public, your computer or device is not discoverable on the network, and you cannot share stuff with others. However, you may want to set the network as Private because you’re on a network you trust and want to share content or hardware. Here’s how to change the network profile to Private:
Why should you change the network profile in Windows?
Both Windows 10 and Windows 11 treat your existing network connection based on the profile set for it. When you connect to a new network, Windows automatically sets it as Public, meaning it might not be a safe network. This network profile is a great choice when you’re connected to networks that you do not know, like those found in public places, airports, hotels, restaurants, libraries, or companies you do not work for. The only networks you should set as Private are the ones you know and trust, like those in your home or workplace. When you set a network as Private, Windows allows your computer or device to be discoverable on the network, to share files, folders, and devices, including printers. For example, you cannot install a wireless or network printer at home unless the network profile is set as Private.
How to change the Windows 10 network profile from Public to Private or the other way around
At the time this article is written, most people are still using Windows 10, so I’ll start with this operating system. Also, I’ll first cover laptop and tablet users with Wi-Fi connections and then desktop users with Ethernet connections.
How to change the network profile to Private (or Public) when connected to WiFi
To change the network profile for your Wi-Fi connection, click or tap the Wi-Fi icon found in the bottom-right corner of the desktop and then the Properties link under the network you’re connected to.
Open the list of Wi-Fi networks and choose Properties
This takes you to a Settings page, where you see details about the wireless network you’re using. In the Network profile section, choose between Public or Private, depending on what you want.
Set the network profile in Windows 10
Your setting is applied immediately. You don’t need to press a Save button or restart your device.
Another way to get to the same place is to open Settings and go to Network -> Internet. On the left, choose WiFi, and on the right, click or tap on your network’s name.
Access the properties of your Wi-Fi connection
In the Network profile section, choose between Public or Private, as shown earlier.
How to change the network profile to Private (or Public) when using an Ethernet connection
If you’re on a desktop computer, open Settings (Windows + I). Then, go to the Network & Internet section. In the column on the left, choose Ethernet, and on the right, click on the network’s name.
Access the properties of your Ethernet connection
You see the properties of your Ethernet connection. Then, in the Network profile section, choose Private or Public, depending on what you want.
Set the network profile in Windows 10
Your setting is instantly applied.
How to change the Windows 11 network profile from Public to Private or the other way around
First, let’s see how to change the network location for Wi-Fi connections in Windows 11 and then for Ethernet connections. Each type of network connection has its separate section below.
How to change the network profile to Private (or Public) when connected to WiFi
Let’s assume that you’ve just connected to a new wireless network on your Windows 11 laptop or tablet. As soon as you’re connected, the network’s name is shown at the top of the list of Wi-Fi networks, together with its status: “Connected, secured.” Click or tap the i (Properties) button next to your network.
Access the properties of your Wi-Fi connection
This action takes you to the Properties window for your Wi-Fi network. In the “Network profile type” section, choose Private instead of Public (Recommended). Your setting is applied immediately.
Change the Network profile type
An alternative is to open Settings and go to Network & internet. Then, on the right, click or tap on the Wi-Fi section. Don’t press the switch for Wi-Fi, as it enables or disables wireless connectivity. Instead, click or tap ONLY on the name of the section.
Choose Wi-Fi in the Network & internet settings
You then see all the Wi-Fi settings that can be configured in Windows 11. Click or tap on your network’s name followed by the word properties, shown below the Wi-Fi switch.
Access the properties of your Wi-Fi connection
Then, choose between Private or Public for the Network profile type.
Change the Network profile type
Your Wi-Fi network is now set as you wish.
How to change the network profile to Private (or Public) when using an Ethernet connection
You may be using a desktop PC connected to the network through a cable instead of Wi-Fi. If that’s the case for you, open Settings (Windows + I). Then, click Network & internet on the left, and then, on the right, go to Ethernet.
Access the properties of your Ethernet connection
You see all the properties of your Ethernet connection. In the “Network profile type” section, choose Private instead of Public (Recommended).
Change the Network profile type
NOTE: You should choose Public when you don’t want your PC to be discoverable on the network.
How to change the network profile using CMD, PowerShell, or Windows Terminal
If you prefer command-line environments, open the Command Prompt, PowerShell, or Windows Terminal as administrator, depending on which you like most. I prefer to open Windows Terminal because it looks better than the other two. First, you need to know the network's name as it is stored by Windows. To do that, run the following command and press Enter:
You see the name of the existing network connection (it doesn’t matter if it's wireless or wired) and its current profile in the NetworkCategory field highlighted below.
See the Name and NetworkCategory fields
Remember the network's name exactly as you see it listed by the command you’ve just run. Then, type this command and press Enter:
Don’t forget to replace NetworkName with the value of the Name field shared by the previous command.
Change the network profile
The network name is changed immediately, but you don't get any confirmation message.
If you want to change the network profile from Private to Public, write this command instead:
Again, don’t forget to replace NetworkName with the Name field value returned by the first command you’ve run.
TIP: To double-check that the network location was changed, rerun the first command and see the results. The NetworkCategory field should have a different value.
How to change the network profile using Local Group Policy Editor
If you’re using the Pro or Enterprise editions of Windows 10 and Windows 11, you can also change the network profile using Local Group Policy Editor. First, use any of the methods described in this guide to open the Local Group Policy Editor. Then, on the left side of the window, navigate to “Computer Configuration > Windows Settings > Security Settings > Network List Manager Policies.” On the right, double-click on your network’s name.
Access the properties of your network connection
You see the properties of your network connection. Go to the Network Location tab, choose the Location type you want (Private or Public), and click OK.
Change the Location type
Your setting is applied, and all you have to do is close the Local Group Policy Editor.
TIP: Did you know there are eight ways to close apps in Windows?
Why can’t I change the network profile?
Your network profile settings might be missing from Windows 10 or Windows 11. If that’s the case for you, you most probably use a company computer, and this setting is configured ONLY by your network administrator, using policies approved by the management. However, it may happen that you’re using a personal computer that’s not connected to a company domain, and you still can’t change the network profile from Public to Private or the other way around. If this happens, you should reset your network adapter(s). Then, the next time you connect your computer to a network, you should be able to change the network profile using the instructions shared in this guide.
Did you successfully change the network profile?
As you have seen in this guide, it’s not that difficult to change the network profile set by Windows. All it takes are a few clicks or two commands. Before closing this tutorial, tell me if everything worked well for you. If you had trouble changing the network profile, share what happened in a comment below.