Sharing your folder will allow other users on the network to view, download and edit the folder's content. While you can share access to the folder from the GUI using File Explorer, it's also possible to do it from the command prompt.
You can share access to a folder through the network using the net share command. The command requires the command prompt to run as Administrator user.
Related: How to share folder in Windows
C:\>mkdir shared
C:\>net share mysharedfolder=c:\shared mysharedfolder was shared successfully.
C:\>net share Share name Resource Remark ------------------------------------------------------------------------------- C$ C:\ Default share IPC$ Remote IPC ADMIN$ C:\WINDOWS Remote Admin mysharedfolder c:\shared The command completed successfully.
C:\>net share /delete mysharedfolder mysharedfolder was deleted successfully.
Comment anonymously. Login not required.