Tech Support Forum banner

Windows 10 odd permissions

883 Views 2 Replies 3 Participants Last post by  Warlord711
I upgraded to windows 10 and am having odd permission problems regarding a secondary hardrive.

I have followed the basic guidelines for editing permissions and do not need a novice walk through.

Within the old hardrive there is a folder on the "desktop" path

D:\Users\*****\Desktop\"bad folder"

This folder has many sub folders. I can access and edit the child folders and files within the directory:

D:\Users\*****\Desktop\"bad folder"\..........

However, files immediately within the "bad folder" it self require permissions to view edit or move.

Once again, only immediate files are inaccessible.

ex: Files in the path:
D:\Users\*****\Desktop\"bad folder"\folder1

are available.

All security settings for these folders are the same and give my administrator account I am using full control.

I have tried a third party grant full control program to no avail.
Status
Not open for further replies.
1 - 1 of 3 Posts
Can you also do a

Code:
icacls.exe D:\Users\*****\Desktop\"bad folder" /t
and post the result ?

You can also try
Code:
]icacls.exe D:\Users\*****\Desktop\"bad folder" /t /reset
to reset the access control list to the default inherit settings.
1 - 1 of 3 Posts
Status
Not open for further replies.
Top