To troubleshoot the issue where one of the shared "documents" folders on a Windows 11 PC is inaccessible from another PC, follow these step
1. Check Network Discovery and File Sharing Settings
Ensure that network discovery and file sharing are enabled on both PCs.
- Open *Control Panel*.
- Go to Network and Internet > Network and Sharing Center.
- Click on *Change advanced sharing settings*.
- Make sure *Turn on network discovery* and *Turn on file and printer sharing* are selected.
2. Verify Sharing Permissions
Double-check the sharing permissions of the folder that is not accessible.
- Right-click the problematic folder and select *Properties*.
- Go to the *Sharing* tab and click on *Advanced Sharing*.
- Ensure *Share this folder* is checked.
- Click *Permissions* and verify that *Authenticated User* have*Full Control* or at least *Read* permission.
- Click *OK* to save changes.
3. Check NTFS Permissions
In addition to sharing permissions, NTFS permissions can also restrict access. Make sure the NTFS permissions are correctly set.
- Right-click the folder and select **Properties**.
- Go to the **Security** tab and check the permissions for **Authenticated Users**. They should have appropriate access rights (like at least **Read & Execute**).
- Adjust if necessary and apply the changes.
4. Verify User Accounts and Passwords
Ensure that the user accounts and passwords on the other PC are recognized by the PC sharing the folders. You might need to use credentials that match the user accounts on the PC where folders are shared.
5. Firewall and Antivirus Settings
Sometimes, the firewall or antivirus settings can block network access to shared files and folders.
- Temporarily disable the firewall and antivirus software on both PCs to see if the issue resolves. If it does, adjust the firewall settings to allow file sharing.
6. Network Profile Type
Ensure both PCs are set to a private network profile as public network profiles have stricter security settings.
- Go to **Settings** > **Network & Internet**.
- Check the network profile under **Properties** and make sure it’s set to **Private**.
7. Use IP Address Instead of Computer Name
Sometimes network resolution issues can cause problems.
- Try accessing the shared folder by typing
\\IP_Address\Shared_Folder_Name
in the address bar of File Explorer whereIP_Address
is the actual IP address of the PC sharing the folder.
8. Command Line to Check Network Sharing
Use the command line to check if the folder is listed as a shared resource.
- Open Command Prompt and type
net share
. This will list all shared resources on the PC.
9. Re-share the Folder
If none of the above methods work, remove the sharing and share the folder again.
- Right-click the folder, go to **Properties** > **Sharing** > **Advanced Sharing**.
- Uncheck **Share this folder**, apply the settings, then re-enable sharing.
Conclusion
If after following these steps the problem persists, consider looking at event logs under **Event Viewer** to find any related error messages that might give more insight into the issue. If necessary, you might need to consult additional IT support or check online forums for similar cases.
Best regards
Rosy