ファイルまたはフォルダの共有は、ホームネットワーク内でファイルを共有するための非常に便利で迅速な方法ですが、一般に公開すると非常に危険です。参考(Just)までに、任意のネットワークへのファイル共有を許可すると、他のユーザーがマイドキュメント(Documents)フォルダとデスクトップにアクセスできるユーザー(Users)フォルダがPC上に作成され、PCが攻撃に対して脆弱になります。Windows 11/10フォルダ共有を制限することをお勧めします。その方法を学びましょう。
Windows 11/10共有(Shared)フォルダを確認する方法
フォルダ共有を停止する方法に進む前に、まず、フォルダのいずれかがパブリックに共有されているかどうかを確認する方法を学びましょう。
- fsmgmt.mscを使用する
- コマンドラインの使用
1] fsmgmt.msc経由(fsmgmt.msc)
Win+Rを押して実行ダイアログを開きます。
次のように入力してEnterキーを押します。
fsmgmt.msc
これにより、PC上のすべての共有フォルダを表示するウィンドウが開きます。
2]コマンドライン経由
Press Win+RCMDと入力してコマンドライン(Command-Line)を開きます。
次のように入力してEnterキーを押します。
net share
コマンドラインは、PC上のすべての共有フォルダを表示します。
(Restrict Folder Sharing)Windows 11/10フォルダ共有を制限する
次に、Windows 11/10フォルダー共有(Folder Sharing)を制限または停止する方法を見てみましょう。
- エクスプローラーを介して
- アクセスを削除する
- コマンドプロンプト経由
- コントロールパネル経由
- PowerShellの使用
- コンピューター管理の使用。
1]ファイルエクスプローラーを介して
- Press Win+Eを押してファイルエクスプローラー(Explorer)を開きます。
- 一般公開したくないフォルダに移動します。
- 右クリックして[プロパティ]を開きます。
- [共有]に移動し、[高度な共有(Advanced Sharing)](Sharing)をクリックします。
- [このフォルダ(Share this folder)を共有する]チェックボックスをオフにします
- [OK]をクリックして適用します。
2]アクセスを削除する
- Win+Eを押してファイルエクスプローラーを開きます。
- 共有フォルダーに移動します。
- 右クリックして[(Right-click)アクセス(Access)を許可]に移動し、[アクセスの削除(Remove Access)]をクリックします。
これで完了です。
3]コマンドプロンプト経由
コマンドプロンプト(Command Prompt)からフォルダの共有を停止することもできます。
コマンドプロンプト(Command Prompt)を開くには、タスクバーの検索バーに「コマンドプロンプト」と入力します。(Type Command Prompt)
[コマンドプロンプト(Select Command Prompt)]を選択して右クリックし、[管理者(Administrator)として実行(Run)]を選択します。
net shareと入力して、すべての共有フォルダーを表示します。
これにより、PC上のすべての共有フォルダーが表示されます。
共有を制限するフォルダーを見つけます。
次のように入力してEnterキー(Enter)を押すと、完了です。
net share (shared folder) /delete
たとえば、ここでは、ドライブEに(Drive E)Sharetestフォルダーを作成してテストし、コマンドプロンプト(Command Prompt)で削除しました。
はい、コマンドプロンプト(Command Prompt)は共有(Share)テストが正常に削除されたと言いますが、それは単にそれがもう共有されていないことを意味します。このフォルダは引き続きPCで利用できます。
読む(Read):Windows11/10でネットワークを介してファイルとフォルダーを共有する方法
4]コントロールパネル経由
- Win + Rを押し、「コントロールパネル(Control Panel)」と入力して開きます。
- ネットワークと共有センターに移動します。
- [共有の詳細設定の変更]をクリックします。(Change Advanced Sharing Settings.)
- すべてのネットワーク(All Networks.)に移動します。
- [パブリックフォルダの共有(Public Folder Sharing)]で、[パブリックフォルダの共有をオフ(Turn off public folder sharing’)にする]というオプションを選択します
- [変更を保存]をクリックします。
オフにすると、パブリックと共有されているすべてのフォルダが無効になります。このPCにログオンしているユーザーは、引き続きこれらのフォルダーを表示してアクセスできます。
5] PowerShellを使用したフォルダーの共有を停止します(Stop)
Windows 11/10でWindowsPowerShellを使用したフォルダーの共有を停止する場合は、次の手順に従ってください。
- 最初に行う必要があるのは、昇格されたPowerShellプロンプトを起動することです。これを行うには、Windows key + Rを同時に押して、実行(Run)コマンドを開始します。
- 次に、テキストボックスにPowerShellと入力し、 (PowerShell)Ctrl+Shift+Enterのキーボードショートカットを押します。コンピューターの画面にUACが表示された場合は、[(UAC)はい(Yes)]ボタンをクリックします。
- Windows PowerShellウィンドウで次のコマンドを入力し、Enterキー(Enter)を押します。結果として、 Windows11(Windows 11)の共有フォルダーのリストが表示されます。
Get-SmbShare
- 次に、次のコマンドを入力して、Enterキーを押します。これにより、特定のフォルダの共有が停止します::
Remove-SmbShare -Name "(shared folder)"
- コマンドで、停止する共有フォルダーの名前を(共有フォルダー)に変更します。例として、ここではドライブD(D:)に「D $」フォルダーを作成しました。テストするために、 PowerShellを使用して削除しています。
- 確認のために、Aと入力し、 (A)Enterをクリックします。上記の操作を実行すると、フォルダがネットワーク上で共有されなくなります。
6] Windows 11/10コンピューター管理(Computer Management)とのフォルダーの共有を停止します(Stop)
その場所内のフォルダーの共有を停止することは可能ですが、コンピューターの管理(Computer Management)を使用するのが最善のオプションです。これは、すべての共有を1か所から表示および制御できるためです。
コンピューター管理(Computer Management)とのファイル共有を停止するために使用できる手順は次のとおりです。
- Windows key + Sを押して、Windows検索バーを開きます。
- 検索ボックスに「コンピューターの管理」と入力し、上部の結果をクリックします。(Computer Management)
- 画面の左側から、[共有フォルダー](Shared Folders)セクションを展開します。
- [共有](Shares)アイテムをクリックします。画面の右側のパネルでフォルダを右クリックする必要があります。
- その後、[共有の停止(Stop Sharing)]を選択 して、ネットワークからフォルダーを削除します。
- 画面にポップアップが表示されたら、[はい]ボタンをクリックします。(Yes)
- 共有は管理目的でのみ作成され、コンピューターまたはサーバー(Server)サービスが再起動されると再表示されます。
上記の手順を完了すると、Windows 11/10でその特定のフォルダー共有のファイルを共有できなくなります。
したがって、これらはWindows 11/10でフォルダーの共有を制限(Restrict)する方法のいくつかでした。それらはすべてシンプルで、特定の技術知識は必要ありません。自分にとってより快適と思われる方を選択できます。
Windowsの共有フォルダとは何ですか?
Windowsファイルシステムでフォルダーを共有することは、アカウントが関連付けられているすべてのコンピューター間および他のユーザーとコンテンツを共有できる特別な種類のワークスペースです。
ファイル共有は危険ですか?
ファイルを共有すると、マルウェアの感染、セキュリティ違反、または機密情報の損失につながる可能性があります。適切なセキュリティ対策が講じられていない場合、ファイル共有はメリットを大幅に上回り、企業内の機密データを新たに出現する脅威にさらす可能性があります。作業の過程で、 WindowsPC(Windows PCs)でファイルやフォルダーを共有する必要がある場合があります。ただし、セキュリティパラメータが必要なレベルを満たしていない場合、共有されているデータは、許可されていなくても、誰でもアクセスおよび表示できます。
今すぐ読む(Now Read)– ユーザーアカウント間でファイルを共有または転送する方法。
How to stop Sharing a Folder in Windows 11/10
While file or foldеr sharing is a very convenient and quick way to share your files wіthin your home network, it could be really risky if open to the pυblic. Just for your informatіon, whеn you allow file sharing to any network, a Users folder is created оn your PC through which оthers can aсcess your My Documents folder and the desktop and this makes your PC vulnerable to the attacks. Thus it is recommended to restrict folder sharing in Windows 11/10. Let’s leаrn how to do that.
How to check your Shared folders in Windows 11/10
Before we proceed with how to stop folder sharing, let’s first learn how to check if any of your folders are shared publicly or not.
- Using fsmgmt.msc
- Using Command Line
1] Via fsmgmt.msc
Press Win+R to open Run Dialogue.
Type the following and hit Enter:
fsmgmt.msc
This will open a window showing all the shared folders on your PC.
2] Via Command Line
Press Win+R and type CMD to open Command-Line.
Type the following and hit Enter:
net share
The command-Line will then display all the shared folders on your PC.
Restrict Folder Sharing in Windows 11/10
Now let us see how to restrict or stop Folder Sharing in Windows 11/10:
- Through Explorer
- By Removing access
- Via Command Prompt
- Via Control Panel
- Using PowerShell
- Using Computer Management.
1] Through File Explorer
- Press Win+E to open your Files Explorer.
- Go to the folder you don’t want to be open for the public.
- Right-click and open Properties.
- Go to Sharing and click on Advanced Sharing.
- Uncheck the box saying, Share this folder
- Click OK and Apply.
2] By Removing Access
- Press Win+E to open File Explorer.
- Go to the shared folder.
- Right-click and go to Give Access and click on Remove Access.
That’s it, you are done.
3] Via Command Prompt
You can also stop folder sharing via Command Prompt.
To open Command Prompt, Type Command Prompt in the search bar in your taskbar.
Select Command Prompt, right-click, and select Run as Administrator.
Type net share to see all your shared folders.
This will display all the shared folders on your PC.
Locate the folder you want to restrict sharing.
Now type the following and hit Enter and you are done.
net share (shared folder) /delete
For example, here I’ve created a Sharetest folder in my Drive E to test and now deleting it via the Command Prompt.
Yes, the Command Prompt says Share test was deleted successfully but that just means that it’s not shared anymore. The folder is still available on your PC.
Read: How to share Files and Folders over a Network in Windows 11/10
4] Via Control Panel
- Press Win+R and type Control Panel to open it.
- Go to Network and Sharing Center.
- Click on Change Advanced Sharing Settings.
- Go to All Networks.
- Under Public Folder Sharing, select the option saying ‘Turn off public folder sharing’
- Click on Save Changes.
Once turned off, all your folders shared with the public will be disabled. People logged on to this PC will still be able to see and access these folders.
5] Stop sharing folders using PowerShell
If you want to stop sharing folders using Windows PowerShell in Windows 11/10, you can follow the below instructions:
- The first thing you need to do is launch the elevated PowerShell prompt. You can do this by pressing the Windows key + R simultaneously in order to initiate a Run command.
- Now type PowerShell in the text box and press the Ctrl+Shift+Enter keyboard shortcut. Click on the Yes button if UAC appears on your computer screen.
- Type the following command in the Windows PowerShell window and press Enter. A list of shared folders on Windows 11 will appear as a result.
Get-SmbShare
- Next, type the following command and press the Enter key. This will stop sharing a specific folder::
Remove-SmbShare -Name "(shared folder)"
- In the command, change (shared folder) for the name of the shared folder you want to stop. As an example, here I have created a “D$” folder in my Drive D: to test and I am now deleting it using PowerShell.
- For confirmation, type A and click Enter. Performing the above action will stop the folder from being shared on the network.
6] Stop sharing folders with Computer Management on Windows 11/10
It is possible to stop sharing a folder within its location, but using Computer Management is the best option. This is because it allows you to see and control all shares from one place.
Here are the steps you can use to stop file sharing with Computer Management:
- Press the Windows key + S to open the Windows search bar.
- Type Computer Management into the search box and click the top result.
- From the left side of the screen, expand the Shared Folders section.
- Click on the Shares item. You should now right-click on the folder in the right panel of the screen.
- After that, select Stop Sharing to remove the folder from the network.
- Click the Yes button when a popup appears on the screen.
- The share was created only for administrative purposes and will reappear once the computer or Server service is restarted.
Once you complete the above steps, you will no longer be able to share files from that particular folder share in Windows 11/10.
So these were some of the ways to Restrict Sharing a Folder in Windows 11/10. All of them are simple and need no specific tech knowledge. You can choose whichever seems more comfortable to you.
What is a shared folder in Windows?
Sharing a folder in the Windows file system is a special kind of workspace that lets you share the contents across all computers with which your account is associated and with other users.
Is file-sharing dangerous?
Sharing files can lead to malware infection, security breaches, or loss of confidential information. If proper security measures aren’t in place, files sharing can considerably outweigh the benefits and expose sensitive data in your company to newly emerging threats. In the course of our work, we sometimes need to share files and folders on our Windows PCs. However, if the security parameters do not meet the required levels, the data being shared will be accessible and visible to anyone, even if they are not authorized.
Now Read– How to share or transfer files between user accounts.