Jun 14, 2025
This lecture explains the usage of the net share
command in Windows, covering its syntax, parameters, application, and practical examples for managing shared network resources.
net share
manages shared resources on the local computer.net share <ShareName>
shows info for a specific share.net share <ShareName>=<drive>:<DirectoryPath> [options]
net share <ShareName> /delete
/grant:<user>,{read|change|full}
sets user permissions./users:<number>
limits simultaneous user access./unlimited
allows unlimited users./remark:"text"
adds a description./cache:{manual|documents|programs|BranchCache|none}
sets caching behavior."C:\My Folder"
).$
(e.g., ADMIN$
) are hidden from remote browsing.net share
C:\Data
as DataShare
with a description:net share DataShare=c:\Data /remark:"For department 123."
DataShare
:net share DataShare /delete
C:\Art List
as list
:net share list="c:\Art List"
net share
commands to list, create, and remove shares on a test Windows machine.