Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows Server » Faulting Application Name: mmc.exe: Unable to launch ADUC
  • Screenshot 2024 02 09 at 7.34.18 PM
    How to create a Logic App for monitoring tweets AWS/Azure/OpenShift
  • PassTheHash
    What is Pass the Hash Attack and how to mitigate the attack Security | Vulnerability Scans and Assessment
  • oracle q4 earnings are in e28094 but what does it really mean 700x425 1
    How to uninstall Oracle Database 11G or 12c Oracle/MSSQL/MySQL
  • homefolder
    Change the name of your macOS user account and home folder Mac
  • telnet
    Could not open a connection to the host, on the port, connect failed Windows Server
  • Laps in Windows
    How to Reset Services Restore Mode (DSRM) Password Windows Server
  • windows10
    How to Install and configure Active Directory Certificate Services Windows Server
  • unnamed 1
    NSlookup Displays Error: UnKnown Default Server Windows Server

Faulting Application Name: mmc.exe: Unable to launch ADUC

Posted on 02/05/202402/05/2024 Christian By Christian No Comments on Faulting Application Name: mmc.exe: Unable to launch ADUC
ADUC-Appcrash-fix

In this article, we shall discuss how to fix “Faulting application name: mmc.exe: Unable to launch ADUC (Active Directory User and Computer) “. The application mmc.exe may be faulty when using Active Directory Users and Computers for various reasons such as corrupted system files, incompatible third-party software, insufficient system resources, misconfigured group policies, or issues with the Active Directory database. Please see “Allow RDP access for non administrators: Add User to Remote Desktop Users Group in Active Directory“.

Note: Reinstalling Remote Server Administration Tools (RSAT) directly on a domain controller (DC) is not recommended or supported. Instead, for a domain controller, you should focus on troubleshooting and repairing the existing installation. For this to even work at all, you will have to demote the Domain Controller and this is what you do not want.

Active Directory Users and Computers (ADUC) is a Microsoft Management Console snap-in that you use to administer Active Directory (AD). In my case, the MMC Snap-ins (ADUC) Loads but fails to launch.

Here is a guide on “Azure AD Connect Permission issue: Error 8344 insufficient access rights to perform the operation“, and “How to Fix “Insufficient System Resources Exist to Complete the Requested Service” error“.

Error Prompted “Faulting Application Name: mmc.exe”

I suggest not rushing to the internet to look for a solution without truly understanding your environment. On the internet, numerous answers suggest modifying the TCP/IP parameters. But this is not the same as you can see from the error messages below.

Faulty-Application-MMC

Another relevant log is below “APPCRASH”

appcrash

Please see How much RAM does your Windows PC really need?, How to save and stop modification to Microsoft Management Console, and How to save and stop modification to Microsoft Management Console.

Reason for ADUC Crash: Insufficient System Memory

For me, insufficient system memory was the root cause of this issue “Microsoft Management Console for Active Directory Crash. But why could this be so?

  1. When you launch MMC with Active Directory snap-ins, it consumes system memory to load the necessary components and data structures. If there isn’t enough memory available, the loading process will fail as shown in the error above.
  2. Active Directory MMC snap-ins deal with a significant amount of data related to user accounts, group policies, organizational units, etc. Insufficient memory will hinder the processing of this data, leading to sluggish performance or crashes in my case.
  3. MMC requires a certain amount of memory to operate efficiently. If the system is low on memory, other processes competing for resources may cause MMC to encounter memory allocation failures or memory leaks.
  4. MMC utilizes memory for caching frequently accessed data to improve performance. Insufficient memory limits the size of this cache, potentially impacting the responsiveness of MMC and leading to performance degradation/crash.

To address issues related to insufficient system memory, you can try closing unnecessary applications to free up memory or adding more RAM to the system. Issue of memory leaks can also be invested as we have been affecting the AD environment recently.

The solution to MMC APP CRASH

Previously, I had 1GB assigned, and this was increased to 2GB but the issue wasn’t resolved. Ensure Sufficient System Resources as insufficient system resources memory can cause MMC and Active Directory issues in general. Check the server’s resource usage and ensure it meets the requirements. As you can see below, the server memory has been increased to 3GB.

Memory-usage

Here, the 3GB signifies the total RAM available and 1.6GB is currently being actively used by running processes etc. The 1.7 GB committed out of 3.6 refers to the total amount of virtual memory (RAM + Pagefile) that is committed by running processes and the operating system. In this case, 1.7 GB of memory has been committed, which includes both physical RAM and space allocated on the pagefile. The total committed memory, including the pagefile, is 3.6 GB

Note: If the available memory gets too low, it could lead to performance degradation as the system may start to rely more heavily on virtual memory stored in the pagefile, which is slower than physical RAM.

See How to fix this computer is a domain controller: The snap-in cannot be used on a domain controller, and how to Run Android Apps on Windows with BlueStacks.

Increase VM RAM Size

To do this, right-click on the VM and select settings. You can use the Actions Pane as shown below as well.

VM-settings

Click on Memory and increase the size to 3072MB.

Assigned-memory

Launch Active Directory User and Computer

Try to launch the ADUC snap-in once again

Launch-AD-user-and-computer

You should be able to access the snap-in right now without issues.

Active-Directory-User-and-computer-snap-in

Note: If the issue persists and is specifically related to Active Directory, consider running tools like DCDiag or repadmin to diagnose and repair any Active Directory-related problems.

I hope you found this article on “Faulting Application Name: mmc.exe: Unable to launch ADUC’ very useful. Please feel free to leave a comment below.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Server Tags:Active Directory Users and Computers, Microsoft Windows, Windows Server 2016

Post navigation

Previous Post: How to Run Android Apps on Windows with BlueStacks
Next Post: KB5034439 Windows Update Error: Resize WinRE Partition

Related Posts

  • c
    Action cannot be complete because the computer is open in Wimserv Windows Server
  • Enable SSh And RDP In Windows Server
    Enable SSH and Remote Desktop Connection in Windows Server Windows Server
  • image
    How to find Computer Serial Number stated change to be filled by OEM Windows Server
  • Resolvederror MBAM
    MBAM Policy was detected: Verify the OU used for pre-deployment does not apply MBAM policy Windows Server
  • sdfg
    How to Upgrade Windows Admin Center Manually Windows Server
  • you need the right to sign in through Remote Desktop Services
    Fix you need the right to sign in through Remote Desktop Services Windows

More Related Articles

c Action cannot be complete because the computer is open in Wimserv Windows Server
Enable SSh And RDP In Windows Server Enable SSH and Remote Desktop Connection in Windows Server Windows Server
image How to find Computer Serial Number stated change to be filled by OEM Windows Server
Resolvederror MBAM MBAM Policy was detected: Verify the OU used for pre-deployment does not apply MBAM policy Windows Server
sdfg How to Upgrade Windows Admin Center Manually Windows Server
you need the right to sign in through Remote Desktop Services Fix you need the right to sign in through Remote Desktop Services Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Screenshot 2024 02 09 at 7.34.18 PM
    How to create a Logic App for monitoring tweets AWS/Azure/OpenShift
  • PassTheHash
    What is Pass the Hash Attack and how to mitigate the attack Security | Vulnerability Scans and Assessment
  • oracle q4 earnings are in e28094 but what does it really mean 700x425 1
    How to uninstall Oracle Database 11G or 12c Oracle/MSSQL/MySQL
  • homefolder
    Change the name of your macOS user account and home folder Mac
  • telnet
    Could not open a connection to the host, on the port, connect failed Windows Server
  • Laps in Windows
    How to Reset Services Restore Mode (DSRM) Password Windows Server
  • windows10
    How to Install and configure Active Directory Certificate Services Windows Server
  • unnamed 1
    NSlookup Displays Error: UnKnown Default Server Windows Server

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,825 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.