Home > OS >  Win10 set sharing is not successful
Win10 set sharing is not successful

Time:10-22

I'm win10 system setup disk sharing, other disk can have a Shared success, set only E disk sharing set doesn't work, specific account as follows:
D disk and mobile hard disk is set to share, and the other a Windows 7 computer and native Windows 7 virtual machine can access, but E dish after setting up the Shared a Windows 7 computer and other native Windows 7 virtual machine access, the "Windows cannot access... You do not have permission to access... "The prompt information,

Have a similar situation? Please give directions!

CodePudding user response:

Sharing in to the Guest to read and write permissions, E: disk and all the files and subdirectories for Everyone full access

CodePudding user response:

Where is to the Guest in the sharing permissions to read and write?

CodePudding user response:

C: \ & gt; cacls/?
Displays or modifies file access control list (ACL)

CACLS filename [/T] [/M] [/S [: SDDL]] [/b] [C]/[/G user: perm] [/R user [...]]
[/P user: perm [...]] [/D user [...]]
Filename Displays ACLs.
/T changes the current directory and its subdirectories in a directory specified in the
The file of the ACL,
/M rolls will be loaded in the ACL changes to the directory,
/S show DACL SDDL string,
/S: SDDL use SDDL string specified ACL replace
(with/E/G/R, a/P or D/invalid when used together),
/E edit the ACL and not replace,
/C continue when access denied error,
/G user: perm to specify a user access,
Perm can be: R read
W to write
C change (write)
F total control
/R user revocation of the specified user access (legal) only in use with/E,
/P user: perm replace the specified user access,
Perm can be: N
R read
W to write
C change (write)
F total control
/D user declined to specify the user's access,
Can use wildcards in the command to specify multiple files, can also be specified on the command
Multiple users,

Abbreviations:
CI - container inheritance,
ACE will be succeeded by the directory,
OI - object inheritance,
ACE will be succeeded by file,
IO - only inheritance,
ACE is not applicable to the current file/directory,
  • Related