net share

  1. P

    Windows 10 Access shared folder on remote comp. with "net share" cmdd through VPN and IPv6?

    In the past I mount a remote shared folder as drive W: in my local Windows Explorer with a command similar to: net use w: \\192.168.0.21\myshare /persistent:no This works successfully on a IPv4 connection. At first: Which remote port does the "net share" command (implicitely) connect to on...
  2. P

    Windows 7 How to list all shares? How to cmdline remove GRANT for everyone ?

    To create a folder share and grant full permissions to user karl I can write on cmdline: net share "myshare123"="D:\tool" /GRANT:karl,FULL ok, it works. But what about the other way: Is there a way to generate all the full "net share" commands for ALL currently existing folder shares? I...
  3. P

    Windows 7 Folder sharing: Difference between "cacls" and "net share" ?

    I want to specify from command line that user "Karl" has Full access to local folder (and subfolders) D:\proj\logs Which command is recommended here: cacls or "net share" What is the difference? Is "net share" for folders the same as "cacls" for files? Peter
Back
Top