-
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...- pstein
- Thread
- command line file explorer file sharing ipv4 ipv6 net share network network drive remote access vpn
- Replies: 2
- Forum: Windows Networking
-
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...- pstein
- Thread
- cmdline command line net share scripting security shared folders user management windows administration
- Replies: 1
- Forum: Windows Networking
-
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- pstein
- Thread
- access control admin tools cacls command line file sharing file system local files net share security settings shared folders subfolders user management user rights windows commands windows networking
- Replies: 1
- Forum: Windows Help and Support