How to Share a Folder in Windows 10 (3 Methods)

Photo of author

By Victor Ashiedu

Published

Sharing folders allows you to grant access to resources over the network. Learn the three common methods to perform this task in Windows 10.

Option 1: Share Folders From the Folder Properties

This is the easiest way to share a folder in Windows 10 is from Folder Properties, Sharing tab.

Here are the steps:

  • Right-click the folder you want to share and select Properties.
How to Share Folder in Windows 10 From Folder Properties
  • When the folder properties opens, click the Sharing tab.
How to Share Folder in Windows 10 From Folder Properties
  • From the Sharing tab, you have two options: Click Share or Advanced Sharing. For this guide I will demo how to share a folder with Advanced Sharing options. Click Advanced Sharing.
How to Share Folder in Windows 10 From Folder Properties
  • When Advanced Sharing opens, check Share this folder. You can then modify the share name or accept the default name.
  • To modify the share permission, click Permissions.

Option 2: Share Folders with the NET SHARE Command

Another method to share folder is by using a command prompt.

Here are the steps:

  • Logon to the computer you wish to share the folder. Then search for cmd and open Command Prompt.
  • At command prompt, type the command below. Then press enter.
NET SHARE sharename=drive path

Change

sharename to the name you wish to give the share.
drive path to the full path to the folder you want to share in the computer

Here is a real example for this demo.

NET SHARE SalesUsers="E:\Sales Users"
Share Folder with Command Prompt
  • To confirm that the last command shared the folder, open File Explorer. Then type the following:
\\ComputerName

Here is an example for my demo. All shared folders on that computer is listed, including the SalesUsers share from our last command!

The demo in this section shared the folder with the default options. To read more about other options available in this command, click Net share.

Option 3: Share Folders PowerShell

You can use the New-SmbShare PowerShell Cmdlet to share a folder.

Here are the steps

  • Type powershell in the search bar. Then click Windows PowerShell.
  • At PowerShell command prompt, type this command. Then press enter.
New-SmbShare -Name "ShareName" -Path "Full Folder Path"

Change:

ShareName to the name you wish to give the share
Full Folder Path to the path of the folder on the local computer

Here is an actual command for this demo:

New-SmbShare -Name "IT Admins" -Path "E:\IT Admins"
  • To confirm that the last command shared the folder, open File Explorer. Then type the following:
 \\ComputerName 

Here is an example for my demo. All shared folders on that computer is listed, including the IT Admins share from the PowerShell command!

For more options to share a folder with PowerShell read New-SmbShare PowerShell Cmdlet.

Conclusion

In this article, I discussed three methods to share folders in Windows 10 – via a folder’s properties, command prompt, and PowerShell.

Let us know what you think about this article by responding to the “Was this page helpful?” question below.

For more Windows guides visit our Windows How To page.

About the Author

Photo of author

Victor Ashiedu

Victor is the founder of InfoPress Media, publishers of Ilifeguides and Itechguides. With 20+ years of experience in IT infrastructure, his expertise spans Windows, Linux, and DevOps. Explore his contributions on Itechguides.com for insightful how-to guides and product reviews.

Related Articles

Get in Touch

We're committed to writing accurate content that informs and educates. To learn more, read our Content Writing Policy, Content Review Policy, Anti-plagiarism Policy, and About Us.

However, if this content does not meet your expectations, kindly reach out to us through one of the following means:

  1. Respond to "Was this page helpful?" above
  2. Leave a comment with the "Leave a Comment" form below
  3. Email us at [email protected] or via the Contact Us page.

Leave a comment

Send this to a friend