Notepad:Fix Windows Directory Permissions: Difference between revisions
From Amar
Jump to navigationJump to search
Created page with "= Fix Windows Permissions = From [https://softwarekeep.com/help-center/how-to-fix-the-failed-to-enumerate-objects-in-the-container-error-on-windows-10 how to fix the failed to..." |
No edit summary |
||
Line 11: | Line 11: | ||
icacls X:\FULL_PATH_HERE /grant Administrators:F /t | icacls X:\FULL_PATH_HERE /grant Administrators:F /t | ||
Close the Command Prompt and try changing the permissions for the file or folder affected. | Close the Command Prompt and try changing the permissions for the file or folder affected. | ||
{{Notepad}} |
Latest revision as of 22:02, 17 January 2021
Fix Windows Permissions
From how to fix the failed to enumerate objects in the container error on windows10
- Run cmd as Administrator
Execute the following commands, pressing the Enter key in-between each command. Make sure to replace “FULL_PATH_HERE” with the path to your affected file or folder.
takeown /F X:\FULL_PATH_HERE takeown /F X:\FULL_PATH_HERE /r /d y icacls X:\FULL_PATH_HERE /grant Administrators:F icacls X:\FULL_PATH_HERE /grant Administrators:F /t Close the Command Prompt and try changing the permissions for the file or folder affected.
← Back to Notepad
<insert>googlesearchwiki</insert> | <insert>paypal</insert> | <insert>analytics</insert> |