As I can see from your description you want to share a directory.
Since you use Windows 8 and I can see the "Security" tab you are using NTFS-filesystem.
It seems like you didn´t configure NTFS-permissions.

  • Click on the "Security" Tab of the Folder you want to share.
  • Then "Edit..."
  • In the new window click "Add..."
  • In the new window click "Advanced..."
  • In the new window click "Find Now..."
  • Select the user who needs the permission to acces the folder.
  • Go back to the "Permissions for " dialog.
  • Choose the user you added.
  • Set permission to "Allow" / Full controll (Or at least read permission)
  • Click Apply.

On the sharing tab, the only entry you Need is:

  • Everyone
  • With permission "Full Controll".

You can manage the permissions with the NTFS-Permissions of the Security Tab.

The rest of the configuration looks correct.

Answer from Andie2302 on Stack Exchange
🌐
Microsoft Learn
learn.microsoft.com › en-us › troubleshoot › windows-client › networking › access-denied-access-smb-file-share
Access Denied when you access Server Message Block (SMB) file share - Windows Client | Microsoft Learn
February 12, 2026 - This issue occurs in the following ... or Windows Server 2003. This issue occurs because the target folder on the SMB share is missing the SYNCHRONIZE access control entries....
Discussions

Access Denied to Share Folder
I networked the Server with more than 10 Windows, but when I re-setup a new user and deleted the old user in 1 PC with Windows 7, then I cannot access the shared folder on Server anymore. It still said there is no permission to access, but even I set… More on learn.microsoft.com
🌐 learn.microsoft.com
1
71
June 14, 2018
Access denied for shared folder when it WAS working
So a few days ago I was able to log into my other server just fine and copy/get files. I am running Windows 10 Pro 20H2 for my PC and a Server that’s running Windows Server 2019. However, today I do the same thing and for some reason it now says this [on my pc]: So I check on the server pc ... More on community.spiceworks.com
🌐 community.spiceworks.com
5
10
May 9, 2021
access denied while accessing shared folder
Hello Experts , I am facing a strange Problem in File server with Shared Folders suddenly some users are getting this error: Destination folder access denied :you need permission to perform this action nothing has been changed on windows security and why i am wondering cause this is happening ... More on experts-exchange.com
🌐 experts-exchange.com
June 17, 2020
SMB File Share Access is Denied HyperV Cluster
Hello, I have a problem with a file share via HyperV Cluster. I have two nodes, Host 1, Host 2, a bunch of VMs, NTFS storage. Both of the hosts and all VMs are in the same AD domain ("base"). I created a file server role - BASEFS (the… More on learn.microsoft.com
🌐 learn.microsoft.com
1
0
December 14, 2021
🌐
Microsoft Learn
learn.microsoft.com › en-us › archive › msdn-technet-forums › de02442d-17c9-4891-a2fb-a1dbd18a0eeb
File share access denied even though user is a member of Administrators and Domain Admins | Microsoft Learn
I had read somewhere that it could be related to UAC, but they didn't give an understandable explanation, and in was intermingled with a lot of snarky comments, so I didn't pay a lot of attention to it. You reply makes sense. They don't really need to access the share anyway, as they have access through the file system on the server itself.
Top answer
1 of 4
2

Clear out any cached passwords you have on the client side.
Is this a domain network? If not, and it is workgroup, are you using the same username on the server and client side for logins?
When a workgroup PC authenticates, if you dont specifiy the domain\ in the login then it can actually try to login as a user account on the remote server.

Such that if the computer had user1, and the server had user1… Even though they have separate workgroups, if you had the same password on both computer and server… you’d be able to login between the devices simply as user1 without specifiying the domain/workgroup at all.

The reason that I raise this… Is to query if you are using workgroups, and if so, do both devices have an identical user account and is that account using the same password.
If you have identical accounts but wish to maintain separate passwords, then you must specify the hostname\user when logging in instead of just username on its own.

Also it appears that you’re using a Public network profile. Is this server side? Why?
Servers should be on domain/private network profiles. Public is intended largely for laptops on untrustworthy shared networks like airports/cafe/hotels etc.
When you have your device on a Public profile a whole bunch of services are shut down.

Your screen shots show EVERYONE permissions, its not unusual to have this at the network level as a bunch of dodgy applications dont handle it if you try to be more restrictive. Also share permissions are a rather legacy thing from back in the FAT days.

But you need to be mindful of what your actual filesystem level permissions are on those shares. Do NOT use EVERYONE permissions at the filesystem level. Its just begging for a crypto to come and fuck up your data.

2 of 4
0

You have displayed the Network Share Permissions, in the RDP session look at the Folder Permissions to make sure everyone has access.

If you have connected previously to the Server (ie with another mapped driive) it may be trying to connect using a different Username Password

🌐
Experts Exchange
experts-exchange.com › questions › 29185667 › access-denied-while-accessing-shared-folder.html
Solved: access denied while accessing shared folder | Experts Exchange
June 17, 2020 - Hello Experts , I am facing a strange Problem in File server with Shared Folders suddenly some users are getting this error: Destination folder access denied :you need permission to perform this action nothing has been changed on windows security and why i am wondering cause this is happening to some users not all for example lets say we have a shred folder called *marketing* User A and User B can access it , However User C can NOT although they all have same permission .
Find elsewhere
🌐
Microsoft Learn
learn.microsoft.com › en-us › troubleshoot › sharepoint › sharing-and-permissions › access-denied-shared-folder
Access Denied error when accessing a shared folder - SharePoint | Microsoft Learn
December 2, 2025 - However, when Limited-access user permission lockdown mode is enabled, the user doesn't have access to the folder because the necessary limited access permission on other items no longer works correctly. To work around this issue, use one of the following options, as appropriate for your situation: Share individual files but not folders.
🌐
Windows 10 Forums
tenforums.com › network-sharing › 28669-access-denied-when-trying-view-contents-shared-folder.html
"Access is Denied" when trying to view contents of shared folder Solved - Windows 10 Forums
I created a new folder outside of c:\users and copied one folder of mp3 files into it. (eg. c:\test_shr) Right click on your newly created folder/properties and select the share tab/"Advanced Sharing". Give it a name in the "share name" box. Select permissions. I did it twice with two different results. For one folder, (C:\Pasco) I went immediately to Advanced Sharing and shared it with just group Administrators. When I tried to access it remotely, I got "Access Denied" as expected.
Top answer
1 of 3
1

Hello Vencel,

This issue is caused by a mismatch between NTFS permissions on the HDD and the share permissions. Even if “Everyone” has full control on the share, the NTFS security on the drive must also grant access to the same user or group. When you test locally, the server account context is used, which is why it works there but fails remotely.

Check the drive’s Properties > Security tab and ensure the specific user or group has at least Read permissions. Add the account explicitly rather than relying on “Everyone,” since newer Windows Server versions don’t include authenticated users in that group. Then verify the share permissions under Advanced Sharing > Permissions match the NTFS rights. The most restrictive setting always applies.

From the client, confirm authentication with net use \\servername\sharename /user:domain\username. If login fails, the account may not exist or be disabled. Also review SMB settings and firewall rules, as Windows Server 2025 enforces SMB signing/encryption that can block older clients. Event Viewer under Security and SMBServer logs will show if policy is rejecting the connection.

Aligning NTFS and share permissions, confirming authentication, and checking SMB policies should resolve the access denied error without using the administrator account.

I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

Harry.

2 of 3
0

This worked: https://learn.microsoft.com/en-us/troubleshoot/windows-client/networking/cannot-logon-access-administrative-share

🌐
DiskPart
diskpart.com › aomei software › free partition software › 8 ways to solve destination folder access denied in windows
8 Ways to Solve Destination Folder Access Denied in Windows
March 2, 2026 - If you are copying/moving a file to or from a network location, and getting a "Destination folder access denied" error, make sure Network Discovery & File Sharing is enabled. Step 1. Open Settings, go to the "Network" option, and find "Network ...
🌐
Guiding Tech
guidingtech.com › home › 6 ways to fix “folder access denied” error on windows
Top 13 Ways to Fix Folder Access Denied Error in Windows
September 4, 2024 - 6 Ways to Fix Windows 11 Can’t Access Shared Folder Fix 1: Use the Command Prompt to Access the Shared Folder If you can't open the shared folder in File Explorer, use Command Prompt to access it.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 4030481 › file-sharing-permission-denied
File sharing permission denied. - Microsoft Q&A
May 6, 2024 - ... Go to the start menu > settings > network and internet > ethernet or wifi network > select Private mode. Then go back to the previous menu and select advanced network settings > advanced sharing settings.
🌐
Microsoft Learn
learn.microsoft.com › en-us › troubleshoot › windows-client › networking › cannot-access-shared-folder-file-explorer
Can't access shared folders from File Explorer - Windows Client | Microsoft Learn
Select Turn on file and printer sharing under Private. Select Save changes. Set the startup type of specified services to Automatic to make the computer visible on the network. Here's how to proceed: Go to Start. Go to Search, enter the word Services, and press Enter. Change the Startup type property to Automatic for the following services. ... Restart the system. ... Press and hold (or right-click) the shared folder.
Top answer
1 of 4
5

I have this same issue, and found a workaround/fix:

Machine: Windows 10 21H2
Office: 365 Apps for enterprise
Powerpoint: Version 2302 (Build 16130.20218 c2r)
Dell: HP wolf software is not involved.

In our case, the symptoms were as follows:

  1. Error "You do not have access to view this file. Would you like to request permission on Sharepoint?" occurs when opening Powerpoint files through folder redirection.

  2. Affected folder was on desktop.

  3. Folder preview was enabled.

The fix I found was:

  1. Disable the preview pane in File Explorer (View > click Preview Pane to turn it off.)

As soon as I turned of the preview pane, the issue stopped happening. I tested multiple times turning the preview pane on and off, and it consistently stopped the issue from occurring.

2 of 4
1

Just experienced this issue for a user on a local domain. Any files from the subdirectories of a particular mapped drive for the user were throwing errors. PDF files firing 'Access Denied' when opened on the user's machine, Office files saying "Access denied you do not have access to view this file would you like to request for permission on SharePoint". Checked on the fileserver and the user is indeed the owner on this particular directory and has all necessary permissions to access the share and Read/Write.

What ended up fixing was repropagating the ownership of the directory to the user, adding the user into the advanced share permissions (even though everyone has read/write access on this particular folder).

🌐
Reddit
reddit.com › r/techsupport › second laptop doens't have permission to access shared folder on first laptop even tho it's set to share with everyone.
r/techsupport on Reddit: Second laptop doens't have permission to access shared folder on first laptop even tho it's set to share with Everyone.
October 18, 2021 -

I got a second laptop and want to transfer files by sharing folder from first laptop. Both laptops are Win 10.

I have read articles and followed this video https://www.youtube.com/watch?v=3-C3v82zOgE, BUT sharing option is greyed out: https://i.imgur.com/r4iX9iZ.png , so I used the "Advanced sharing options" with these permissions set to "Everyone" "Read".

On second laptop I can see shared folder, but when I double click the folder I get the message:

Windows cannot access \shared\folder. You do not have permission. Contact network administrator

I have followed solutions from this thread : https://answers.microsoft.com/en-us/windows/forum/all/you-do-not-have-permission-to-access-pcname/704f39f0-a03e-4f1c-bead-a45df97e455d

but nothing is working.

Do you have any idea?

UPDATE: to make "Share" button not greyed out you have to enable "Sharing wizard" in "Folder and search options"

🌐
Online Tech Tips
online-tech-tips.com › home › how-to › how to fix “access denied” and “file in use” errors in windows 10/11 (2026)
How to Fix “Access Denied” and “File in Use” Errors in Windows 10/11 (2026)
April 29, 2026 - You can also try accessing the share via its UNC path (e.g., \\server\share) to rule out mapped drive credential issues. Some users have reported “C:\ is not accessible – Access is denied” errors following recent Windows 11 security updates, with conflicts involving Samsung Galaxy Connect and similar phone-syncing services cited as a possible cause.