Sunday, 11 July 2021

#File Server Permission - Failed to enumerate objects in the container. access is denied

 

Unable to access or delete the folder/file


Solution: 

1. Run command prompt as administrator.

2. Run command as below: (run every single command each time)

  • takeown /F C:\Location_Path
  • takeown /F C:\Location_Path /r /d y
  • icacls C:\Location_Path /grant Administrators:F
  • icacls C:\Location_Path /grant Administrators:F /t
(C:\Location_Path = Your folder/path loacation)

No comments:

Post a Comment