Difficulty Deleting Folders in Explorer

Home Forums Knowledgebase Difficulty Deleting Folders in Explorer

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #4705
    DeVaultSetter
    Keymaster

      When things like the following occur,

      Failed to enumerate objects in the container. Access is denied

      Run an Admin command console and (for example in C: drive) paste

      takeown /f "C:\folder_name" /r /d y
      icacls "C:\folder_name" /reset /T /C

      The folder should be now ready for disposal.

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.

    Home Forums Knowledgebase Difficulty Deleting Folders in Explorer