Table of Contents
Why do I see the Failed to enumerate objects in the container error?
How to fix the Unable to enumerate objects in container error?
1. Take ownership of the file or folder
1.1 Add an administrator account and change permissions
1.2 Add your user account name
2. Disable User Account Control
3. Run chkdsk scan
4. Use the command prompt to provide permissions
5. Update your drivers and BIOS/UEFI firmware
1.1 Update drivers via the manufacturer’s website
1.2 Automatic driver update
1.3 Update BIOS/UEFI Firmware
6. Start Windows in Safe Mode
7. Perform repair upgrade
Home Common Problem 7 Ways to Fix Unable to Enumerate Objects in Containers

7 Ways to Fix Unable to Enumerate Objects in Containers

May 12, 2023 pm 01:43 PM
software Technology News user account command prompt

When trying to change permissions on a file or folder, you may often encounter the error - Unable to enumerate objects in container Access is denied.

Although as an administrator you can change access permissions, sometimes even administrators may encounter the same error message.

This is a common mistake usually made by users on different forums. In this case, even the administrator cannot change the permissions of a specific user or other user groups when access is denied on Windows 10/11.

Additionally, many users are also experiencing issues with objects not being able to be enumerated during Azure file sharing, which can apparently be resolved by assigning the appropriate RBAC role (the elevated participant role for the SMB share that stores file data).

In this article, we will discuss 7 ways to resolve the Access Denied access to shared folder issue where objects in the container cannot be enumerated.

Why do I see the Failed to enumerate objects in the container error?

Some reasons why you may encounter the Unable to enumerate objects in container error on Windows 11 are:

➜ No administrator rights

If the ownership of the file or folder is incorrect, or you are not an administrator and you still try to make changes to the file or folder, a permission error will pop up.

➜ Folder settings are configured incorrectly

When another user makes any changes to the settings of a file or folder accidentally or intentionally.

➜ Conflict due to another program

Most likely, there will be a conflict between the folder you want to access and another program. This will eventually remove the default permissions entries.

➜ Stale account as owner

If a now-stale account is set as the owner of a file or folder for a period of time, it will leave a stale account Permission entries.

So, to answer your question - how do I grant admin rights? Here are some methods that can help you add permissions to problem folders.

How to fix the Unable to enumerate objects in container error?

1. Take ownership of the file or folder

1.1 Add an administrator account and change permissions

  1. Right-click the problem file or folder and selectProperties. 7 Ways to Fix Unable to Enumerate Objects in Containers
  2. Go to the Security tab and click Advanced. 7 Ways to Fix Unable to Enumerate Objects in Containers
  3. In the Advanced Security Settings window, click Change next to Owner. 7 Ways to Fix Unable to Enumerate Objects in Containers
  4. This will open the Select User or Group dialog box, enter the user account name and select Check Names. 7 Ways to Fix Unable to Enumerate Objects in Containers
  5. Once you see an underscore under the account name, press OK to save changes and return to the Advanced Security Settings window.
  6. Here, check the box next to Replace owners on subcontainers and objects.
  7. Next, check the box next to Replace all child object permission entries with inheritable permission entries for this object. 7 Ways to Fix Unable to Enumerate Objects in Containers
  8. Press Apply and then OK Save changes and return to the Properties dialog box. 7 Ways to Fix Unable to Enumerate Objects in Containers
  9. Here, under the Security tab, go to the Permissions field below and click Edit. 7 Ways to Fix Unable to Enumerate Objects in Containers
  10. Now, next to Full control, select Allow. 7 Ways to Fix Unable to Enumerate Objects in Containers
  11. Press Apply and OKApply changes and exit.

1.2 Add your user account name

  1. Go to the issue folder, right click and select Properties. 7 Ways to Fix Unable to Enumerate Objects in Containers
  2. Now, go back to the "Properties" tab, and under the "Security" tab, click "Advanced". 7 Ways to Fix Unable to Enumerate Objects in Containers
  3. In the Advanced Security Settings window, go to Permissions and click Add. 7 Ways to Fix Unable to Enumerate Objects in Containers
  4. When the Permissions Entry window opens, click Select a principal. 7 Ways to Fix Unable to Enumerate Objects in Containers
  5. You will now see the Select User or Group dialog box.
  6. Here, go to Enter Object Name to select the field and enter your user account name.
  7. Press the Check Name button. Press OK to save changes. 7 Ways to Fix Unable to Enumerate Objects in Containers
  8. Exit the "Properties" window.

Now, try to open your file or folder and check if you are still encountering the Unable to enumerate objects in container access denied error persists.

2. Disable User Account Control

  1. Press the Win R shortcut key combination to start the run command.
  2. Enter useraccountcontrolsettings in the search bar and click Enter. 7 Ways to Fix Unable to Enumerate Objects in Containers
  3. In the User Account Control Settings window, move the slider down and set it to "Never notify" . 7 Ways to Fix Unable to Enumerate Objects in Containers
  4. Press OK to apply changes and exit.

After disabling the notification option, you should now be able to modify the permissions of your files/folders and the error popup should not appear again.

3. Run chkdsk scan

  1. Press the shortcut key - Win R and open the run console.
  2. In the search bar, type cmd and simultaneously press the Ctrl Shift Enter key to launch with administrator access Command prompt with permissions. 7 Ways to Fix Unable to Enumerate Objects in Containers
  3. Now, execute the following command and press Enter (replace D: with the actual letter of the drive if necessary): <strong>chkdsk D: /F /R</strong>7 Ways to Fix Unable to Enumerate Objects in Containers
  4. The chkdsk utility will now scan the drive (containing problem files/folders) for any errors and fix them immediately.

Expert Tip: Some PC problems are difficult to solve, especially if the repository is corrupted or Windows files are missing. If you are having trouble fixing errors, your system may be partially corrupted. We recommend installing Restoro, a tool that can scan your machine and determine where the fault lies.
Click here to download and start repairing.

Once completed, restart your PC and the Failed to enumerate objects in the container access is denied error should be fixed.

4. Use the command prompt to provide permissions

  1. Press the Win R hotkey to open the run command.
  2. In the search field, type cmd and simultaneously press the Ctrl Shift Enter key to launch an elevated command prompt symbol. 7 Ways to Fix Unable to Enumerate Objects in Containers
  3. Now, run the following commands one after another in the Command Prompt window and hit Enter after each command:
    • <strong>takeown /F "FULL_PATH_TO_FOLDER" takeown /F "FULL_PATH_TO_FOLDER" /r /d yicacls "FULL_PATH_TO_FOLDER" /grant Administrators:Ficacls "FULL_PATH_TO_FOLDER" /grant Administrators:F /t</strong>7 Ways to Fix Unable to Enumerate Objects in Containers
  4. Replace FULL_PATH_TO_FOLDER with the path to your user folder, for example, use C:\Windows\System32.
  5. After executing the command, close the command prompt, restart your PC, and check if you now have permissions.

You can also run the above command to fix Failed to enumerate objects in the container error on Windows Powershell.

5. Update your drivers and BIOS/UEFI firmware

1.1 Update drivers via the manufacturer’s website

  1. Open your browser and visit the PC manufacturer’s website.
  2. Go to their driver download page and find the latest driver version.
  3. For example, for chipsets, display adapters (such as Nvidia drivers, audio, USB3, Bluetooth, network adapters, etc.). 7 Ways to Fix Unable to Enumerate Objects in Containers
  4. Now, download and install the driver on your PC.

Restart your PC and check if the “Unable to enumerate object access denied in container” error on Windows 11 is resolved.

1.2 Automatic driver update

In order to fix the Failed to enumerate objects in the container error, if repairing the driver manually seems too time-consuming, we recommend using an automated solution.

It is well known that missing drivers can cause problems, and manually searching for drivers takes time and requires extensive knowledge of the driver you are looking for.

Driver repair and installer programs, such as DriverFix, will help you automatically update your drivers and prevent damage to your PC caused by installing incorrect driver versions.

Additionally, you will get a complete report detailing the exact condition of your Windows with missing, corrupted, or outdated drivers.

With just a few clicks, the program scans your PC hardware and peripherals for potential driver upgrades. Use one to save yourself some valuable time.

⇒ Get Driver Repair

1.3 Update BIOS/UEFI Firmware

  1. When the PC boots and you see the login screen, hold down the Shift key and click Restart.
  2. You will now see the Select an option screen. Click Troubleshooting. 7 Ways to Fix Unable to Enumerate Objects in Containers
  3. Next, click on Advanced Options. 7 Ways to Fix Unable to Enumerate Objects in Containers
  4. Now, for more information, follow our tutorial on how to update BIOS or UEFI firmware to the latest version.

Once completed, restart your PC and check that you now have permissions to the folder.

6. Start Windows in Safe Mode

  1. Go to the Start menu, click it, and then click the Power icon.
  2. Hold down the Shift key on your keyboard and click Restart.
  3. When you arrive at selecting an option, select Troubleshoot. 7 Ways to Fix Unable to Enumerate Objects in Containers
  4. Next, click Advanced Options. 7 Ways to Fix Unable to Enumerate Objects in Containers
  5. In the Advanced Options screen, click Startup Settings. 7 Ways to Fix Unable to Enumerate Objects in Containers
  6. On the startup settings screen, Restart button. 7 Ways to Fix Unable to Enumerate Objects in Containers
  7. After the PC restarts, press number 4 or F4 on your keyboard to start the PC in Safe Mode.

This will help you determine if any third-party programs are interfering with the folders you want to access, causing the Unable to enumerate objects in container error.

Safe Mode helps you easily identify a program and get rid of it to solve problems.

7. Perform repair upgrade

  1. Visit Microsoft’s official website to create the Windows 11 media creation tool. 7 Ways to Fix Unable to Enumerate Objects in Containers
  2. Now, install the bootable ISO image file on your PC.
  3. When you reach the installation wizard, follow the on-screen instructions to complete the installation. 7 Ways to Fix Unable to Enumerate Objects in Containers
  4. To learn more, follow our tutorial on how to perform a repair installation/upgrade.

This will help you reinstall Windows 11 without losing important files, apps, and most of your settings.

Also, to ensure that your Windows operating system is installed correctly in case it needs any repairs, and if it is optimized for optimal performance, you can follow this checklist.

Meanwhile, if you want to know how to fix bad app security in Windows 10/11, you can refer to our detailed tutorial.

You can also follow the same method to fix the Unable to enumerate objects in container error on Windows 10.

The above is the detailed content of 7 Ways to Fix Unable to Enumerate Objects in Containers. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What software is bonjour and can it be uninstalled? What software is bonjour and can it be uninstalled? Feb 20, 2024 am 09:33 AM

Title: Explore the Bonjour software and how to uninstall it Abstract: This article will introduce the functions, scope of use and how to uninstall the Bonjour software. At the same time, it will also be explained how to use other tools to replace Bonjour to meet the needs of users. Introduction: Bonjour is a common software in the field of computer and network technology. Although this may be unfamiliar to some users, it can be very useful in some specific situations. If you happen to have Bonjour software installed but now want to uninstall it, then

What to do if WPS Office cannot open the PPT file - What to do if WPS Office cannot open the PPT file What to do if WPS Office cannot open the PPT file - What to do if WPS Office cannot open the PPT file Mar 04, 2024 am 11:40 AM

Recently, many friends have asked me what to do if WPSOffice cannot open PPT files. Next, let us learn how to solve the problem of WPSOffice not being able to open PPT files. I hope it can help everyone. 1. First open WPSOffice and enter the homepage, as shown in the figure below. 2. Then enter the keyword "document repair" in the search bar above, and then click to open the document repair tool, as shown in the figure below. 3. Then import the PPT file for repair, as shown in the figure below.

What software is crystaldiskmark? -How to use crystaldiskmark? What software is crystaldiskmark? -How to use crystaldiskmark? Mar 18, 2024 pm 02:58 PM

CrystalDiskMark is a small HDD benchmark tool for hard drives that quickly measures sequential and random read/write speeds. Next, let the editor introduce CrystalDiskMark to you and how to use crystaldiskmark~ 1. Introduction to CrystalDiskMark CrystalDiskMark is a widely used disk performance testing tool used to evaluate the read and write speed and performance of mechanical hard drives and solid-state drives (SSD). Random I/O performance. It is a free Windows application and provides a user-friendly interface and various test modes to evaluate different aspects of hard drive performance and is widely used in hardware reviews

Corsair iCUE software not detecting RAM [Fixed] Corsair iCUE software not detecting RAM [Fixed] Feb 19, 2024 am 11:48 AM

This article will explore what users can do when the CorsairiCUE software does not recognize the RAM in a Windows system. Although the CorsairiCUE software is designed to let users control their computer's RGB lighting, some users have found that the software does not function properly, resulting in an inability to detect RAM modules. Why doesn't ICUE pick up my memory? The main reason why ICUE cannot correctly identify RAM is usually related to background software conflicts. In addition, incorrect SPD write settings may also cause this problem. Fixed issue with CorsairIcue software not detecting RAM If CorsairIcue software is not detecting RAM on your Windows computer, please use the following suggestions.

CrystalDiskinfo usage tutorial-What software is CrystalDiskinfo? CrystalDiskinfo usage tutorial-What software is CrystalDiskinfo? Mar 18, 2024 pm 04:50 PM

CrystalDiskInfo is a software used to check computer hardware devices. In this software, we can check our own computer hardware, such as reading speed, transmission mode, interface, etc.! So in addition to these functions, how to use CrystalDiskInfo and what exactly is CrystalDiskInfo? Let me sort it out for you! 1. The Origin of CrystalDiskInfo As one of the three major components of a computer host, a solid-state drive is the storage medium of a computer and is responsible for computer data storage. A good solid-state drive can speed up file reading and affect consumer experience. When consumers receive new devices, they can use third-party software or other SSDs to

How to set the keyboard increment in Adobe Illustrator CS6 - How to set the keyboard increment in Adobe Illustrator CS6 How to set the keyboard increment in Adobe Illustrator CS6 - How to set the keyboard increment in Adobe Illustrator CS6 Mar 04, 2024 pm 06:04 PM

Many users are using the Adobe Illustrator CS6 software in their offices, so do you know how to set the keyboard increment in Adobe Illustrator CS6? Then, the editor will bring you the method of setting the keyboard increment in Adobe Illustrator CS6. Interested users can take a look below. Step 1: Start Adobe Illustrator CS6 software, as shown in the figure below. Step 2: In the menu bar, click the [Edit] → [Preferences] → [General] command in sequence. Step 3: The [Keyboard Increment] dialog box pops up, enter the required number in the [Keyboard Increment] text box, and finally click the [OK] button. Step 4: Use the shortcut key [Ctrl]

What kind of software is bonjour? Is it useful? What kind of software is bonjour? Is it useful? Feb 22, 2024 pm 08:39 PM

Bonjour is a network protocol and software launched by Apple for discovering and configuring network services within a local area network. Its main role is to automatically discover and communicate between devices connected in the same network. Bonjour was first introduced in the MacOSX10.2 version in 2002, and is now installed and enabled by default in Apple's operating system. Since then, Apple has opened up Bonjour's technology to other manufacturers, so many other operating systems and devices can also support Bonjour.

How to resolve an incompatible software attempt to load with Edge? How to resolve an incompatible software attempt to load with Edge? Mar 15, 2024 pm 01:34 PM

When we use the Edge browser, sometimes incompatible software attempts to be loaded together, so what is going on? Let this site carefully introduce to users how to solve the problem of trying to load incompatible software with Edge. How to solve an incompatible software trying to load with Edge Solution 1: Search IE in the start menu and access it directly with IE. Solution 2: Note: Modifying the registry may cause system failure, so operate with caution. Modify registry parameters. 1. Enter regedit during operation. 2. Find the path\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Micros