You don't currently have permission to access this folder

Anonymous
2013-01-08T20:15:27+00:00

I have a FreeAgent GoFlex Drive 2TB and inside of it I have most of my files. When I upgraded from Windows 7 to Windows 8 I noticed I am getting the error, "You don't currently have permission to access this folder." when I try to open up one of the larger size folders. I noticed the drive is set to read-only, and when I try to uncheck the box and click apply it is always turned back on when I check properties again. I have also tried to see who has permissions to the drive, and for each folder within. It says that everyone should have full read/write permission. Also, when I click continue on the box that pops up it seems to be loading something to "unlock" the folder, but always stops right at the end and never finishes. Please help!

Screenshot for reference: http://imgur.com/uxDGQ

Windows for home | Previous Windows versions | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2013-01-09T11:10:39+00:00

Hi,

Thank you for choosing Microsoft Community.

From the issue description, I understand that you are getting error “You don't currently have permission to access this folder” while access a folder in Windows 8.

I will certainly help you with this issue.

Let’s give permission to the folder and check if that helps. Follow these steps to give permissions to the drive.

a)      Right-click on the folder which you’re unable to access and select Properties.

b)      Click on ‘Security’ tab and under ‘Group or user names’ click on ‘Edit’.

c)       Click on ‘Add’ and type ‘everyone’.

d)      Click on ‘Check names’ and then click ‘OK’.

e)      Select ‘everyone’ and under ‘Allow’ select ‘Full control’ and click on ‘Apply’ and Click ‘Ok’.

For any help related to Windows you may always post on the Microsoft Community Forum.

Was this answer helpful?

200+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2014-04-08T20:48:24+00:00

Nirmal: 

Thank you for your quick reply.

I've attempted to use the TAKEOWN /F <directory> command, and I receive this response:

"ERROR: The current logged on user does not have ownership privileges on the file <or folder>"

Let me know if there is anything else I can do.

I've tried everything mentioned in the above reference, and now your recommendation.

I (obviously) have administrative rights on my new machine, and, know the administrator password for my former machine files that are housed on the enclosure drive.

Any further help would be greatly appreciated.

======

UPDATE

After some snooping around, I was able to fix the issue using the following command at the root level (using an elevated command prompt):

TAKEOWN /F <DIRECTORY> /R /D Y

Thank you for your time and patience, it definitely pointed me in the right direction!

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2013-07-17T09:03:50+00:00

Hi,

Thank you for the reply.

This issue can be caused by permissions issues, corrupted user accounts or even corrupted files.

I would suggest you to try the steps in the article and check if it helps.

"Access Denied" or other errors when accessing or working with files and folders in Windows

http://support.microsoft.com/kb/2623670

Hope this information helps. Reply to the post with updated status of the issue to assist you further.

Was this answer helpful?

0 comments No comments

59 additional answers

Sort by: Most helpful
  1. Anonymous
    2019-03-05T10:16:35+00:00

    After select everyone & Allow to Full control and clicking Apply & OK its showing the ,

    Error: "An error occurred while applying security information to E:(Folder name)"

    "Failed to enumerate objects in the container. Access is denied."

    please let me know ,if you have any solution regarding this issue.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-02-13T09:26:07+00:00

    I recently reinstalled Windows 10 and ran into this issue also on my D:\ drive

    The solutions mentioned above work but are very tedious when you have multiple folders with numerous sub folders and files to apply these securty options to.

    The make life easier i developed a PowerShell script that makes this process simple which you can download, the script uses the takeown and icacls commands to apply the security settings for you.

    Simply type in the desired username and enter the file/folder path and the script takes care of the process for you.

    https://lukestoolkit.blogspot.com/2018/12/take-ownership-of-files-and-folders.html

    Was this answer helpful?

    0 comments No comments