Maison > Tutoriel système > Série Windows > le corps du texte

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

尊渡假赌尊渡假赌尊渡假赌
Libérer: 2024-09-18 15:51:44
original
558 Les gens l'ont consulté

Fix 1: Check the Diagnostic Service Status

Windows troubleshooters rely on a few diagnostic services. If these services glitch, you will face troubles while launching or using a troubleshooter. So, you must check and restart them using the Services utility. Here’s how:

Step 1: Press the Windows key to open the Start menu. Type services in the search bar and press Enter to open the Services app.

Step 2: Locate and right-click on Diagnostic Policy Service > select Restart. Also, restart the Diagnostic Service Host and Diagnostic System Host services.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 3: Close the Services app.

Fix 2: Remove a Recent Windows Update

Many users complained about their inability to launch and use built-in troubleshooters after installing a recent Windows update. So, you must remove the update to check if it stops the Windows troubleshooter from working on your PC.

Also, check if an update was reported in the support forums. This will help you pinpoint the update.

Step 1: Open Settings (Win + I) and go to Windows Update.

Step 2: Click on the Update history option.

Step 3: Scroll down and click on Uninstall updates.

Step 4: Find the most recent update you installed and click the Uninstall button.

Step 5: Click on the Uninstall button again to remove the update.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 6: Close the Settings app and restart your PC.

If you cannot uninstall the update, here is how to manage these problematic Windows updates.

Fix 3: Run Troubleshooter in Clean Boot State

Third-party programs and their background services can interfere with Windows components and prevent them from launching or working correctly. So, you must perform a clean boot to isolate the culprit service and remove the corresponding program from your PC. Here’s how:

Step 1: Press the Windows key to open the Start menu. Type msconfig in the search bar and press Enter to open the System Configuration app.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 2: Switch to the Services tab > click the Hide all Microsoft services checkbox > click on Disable all.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 3: Click on Apply, followed by OK to save the changes.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 4: It will then prompt you to restart the PC. Click on Restart now.

After your PC restarts, launch the troubleshooter and check if the 0x80004005 error code appears. If you don’t see any error message, it confirms the suspicion that a third-party service is interfering.

Relaunch the System Configuration tool, re-enable some services, and restart your PC. Repeat this process until you find the problematic service and remove it from your PC.

Fix 4: Run SFC and DISM Scans

You can use built-in command-line tools like SFC and DISM to repair corrupt system files and fix the damaged Windows Component store. Run both scans to identify and fix problems with your PC. Here’s how:

Step 1: Press the Windows key to open the Start menu. Type cmd in the search box and press the Ctrl + Shift + Enter to open it with admin permission.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 2: The User Account Control window will pop up. Click on Yes.

Step 3: Type the following command and press Enter to run an SFC scan:

<code>SFC /scannow</code>
Copier après la connexion

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 4: Execute the following commands to run DISM scans:

<code>DISM /Online /Cleanup-Image /CheckHealth<br>DISM /Online /Cleanup-Image /ScanHealth<br>DISM /Online /Cleanup-Image /RestoreHealth</code>
Copier après la connexion

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 5: Close the Command Prompt window afterward.

Fix 5: Try System Restore

System Restore is a lifesaver that allows you to revert your PC to an earlier time. If you have any available restore points, apply the most recent one. Usually, Windows creates a restore point when an update is installed. However, you will lose all programs installed after the restore point creation. Here’s how:

Step 1: Press the Windows key to open the Start menu. Type rstrui in the search box and press Enter to open System Restore. Click on Next.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 2: Select a restore point from the list and click on Next.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Follow the on-screen instructions to apply it. After a few minutes, your PC will restart and boot to the desktop.

Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!

source:guidingtech.com
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!