>  기사  >  시스템 튜토리얼  >  5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

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

尊渡假赌尊渡假赌尊渡假赌
尊渡假赌尊渡假赌尊渡假赌원래의
2024-09-18 15:51:44568검색

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>

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>

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.

위 내용은 5 Fixes for &#8220;An Error Occurred While Loading the Troubleshooter&#8221; in Windows 11의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.