A tool for managing user identities, credentials, and access across on-premises and cloud environments
On a small Windows network like this, “You do not have permission” usually means either:
- The folder on that third desktop is not shared (or not shared with the right people), or
- The Windows account being used from the other PCs does not have NTFS permissions on that folder.
Windows is effectively asking for a user account (ID + password) that has permission on the problem desktop.
There are two common ways to make this work:
- Use the same local account on all three PCs
- Create (or confirm) a local user on each PC with the same username and password.
- When prompted for credentials while accessing
\\PC3\Share, enter that username and password. - This works because Windows treats matching local accounts as the “same” user for access checks.
- Grant access to Everyone on the shared folder (simpler, but less secure) On the desktop that is denying access:
- Right‑click the folder to share → Properties → Sharing tab → Advanced Sharing.
- Check Share this folder, then click Permissions.
- Select Everyone, and under Allow, check Full Control (or at least Read).
- Click OK to close the dialogs.
- In the same folder Properties, go to the Security tab.
- Click Edit → Add.
- Type
Everyonein Enter the object names to select, press Enter. - Select Everyone, check Allow for Full control (or the level desired).
- Close the dialog.
Additionally, if the error is exactly “You do not have permission to access \<computer>”, verify on that problem desktop:
- The share permissions and NTFS permissions are set as above.
- The TCP/IP NetBIOS Helper service is running and set to Automatic (Start → search Services → open TCP/IP NetBIOS Helper → Startup type = Automatic).
Regarding IDs:
- There is no need to create a domain or special identity system.
- Either:
- Use matching local accounts (same username/password) on all three PCs, or
- Use Everyone in both share and NTFS permissions on the target folder.
The “administrator of the third desktop” is simply any account on that desktop with administrative rights that can change these sharing and security settings.
References: