search
HomeComputer TutorialsTroubleshootingHow to fix WaaSMedicSvc error 'Failed to Read Description. Error Code: 2' in Windows?

Windows users may encounter the “Failed to Read Description. Error Code: 2” message in the Services panel, particularly affecting services like WaaSMedicSvc (Windows Update Medic Service) and WSearch (Windows Search). This issue indicates that the system cannot retrieve the service descriptions, often due to missing or corrupted registry entries or system files. Users have reported this problem in various forums, noting that it persists across different Windows versions.

The WaaSMedicSvc is crucial for facilitating Windows Update remediation and ensuring the smooth operation of update components. Similarly, WSearch manages indexing for efficient file searches. When these services display the “Failed to Read Description” error, it may not immediately impact system performance but could indicate underlying issues that might affect future updates or search functionalities.

Community discussions suggest that WaaSMedicSvc error “Failed to Read Description. Error Code: 2 error can stem from corrupted system files or registry misconfigurations. Some users have attempted solutions like running the System File Checker (SFC) scan or editing the registry to restore missing descriptions. However, these methods have yielded mixed results, and caution is advised when modifying system settings.

If you're experiencing this issue, it's recommended to use the automatic Windows repair tool FortectMac Washing Machine X9 to diagnose and resolve potential system file corruptions or registry errors that could be causing the “Failed to Read Description. Error Code: 2” message.

How to fix WaaSMedicSvc error 'Failed to Read Description. Error Code: 2' in Windows?

Fix 1. Restart Windows Services

Temporary glitches in system services can sometimes cause the “Failed to Read Description. Error Code: 2” message. Restarting the affected services might refresh their configurations.

  • Type Services in Windows search and press Enter.
  • Locate WaaSMedicSvc or WSearch in the list.
  • Right-click on the service and select Restart.
  • If the Restart option is unavailable, select Stop, then right-click again and choose Start.
  • Close the Services window and check if the error persists.

Fix 2. Join the Insider program

If the error is related to a bug in the current Windows build, joining the Windows Insider Program and updating to a newer preview version might resolve the issue. Microsoft often releases early fixes for known problems through Insider updates.

  • Right-click on Start and pick Settings.
  • Navigate to Update & Security > Windows Insider Program.
  • Click Get started and sign in with your Microsoft account.
  • Choose the Beta Channel or Release Preview Channel for more stable builds.
  • Follow the on-screen instructions to complete enrollment.
  • Once enrolled, go to Windows Update and check for available updates.
  • Install the latest preview update and restart your PC.
  • Open Services again to check if the WaaSMedicSvc error is resolved.

How to fix WaaSMedicSvc error 'Failed to Read Description. Error Code: 2' in Windows?

Fix 3. Run SFC and DISM

Corrupt system files can prevent Windows from retrieving service descriptions. Running SFC and DISM can help repair them.

  • Type cmd in Windows search.
  • Right-click on Command Prompt and selecy the Run as administrator option.
  • When User Account Control shows upclick Yes.
  • Then, copy and paste the following command, pressing Enter after:
    sfc /scannow
  • Wait till the scan is finished. If Windows finds system file integrity violations, it will attempt to fix them. After this, use the set of the following commands, pressing Enter each time:
    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth
    Note: if you get an error executing this last command, add /Source:C:RepairSourceWindows /LimitAccess to it and try again.
  • Close down the Command Prompt and restart your system.

How to fix WaaSMedicSvc error 'Failed to Read Description. Error Code: 2' in Windows?

Fix 4. Check Windows Registry for missing entries

If registry values related to WaaSMedicSvc or WSearch are missing or incorrect, restoring them can fix the issue.

  • Type regedit in Windows search and press Enter.
  • In the Registry Editor, navigate to the following path:
    HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlMUI
  • Right-click on the MUI key and select New > Key. Name the new key StringCacheSettings.
  • Inside the StringCacheSettings key, right-click in the right pane and select New > DWORD (32-bit) Value. Name this DWORD StringCacheGeneration.
  • Double-click on the StringCacheGeneration DWORD to modify its Value data.
  • Set the Value data to 38b and ensure that Hexadecimal is selected.
  • Click OK to confirm your changes.
  • Close the Registry Editor and reboot your PC to apply the changes.

How to fix WaaSMedicSvc error 'Failed to Read Description. Error Code: 2' in Windows?

Fix 5. Ensure required system files are present

If Windows cannot locate required DLL files for services, the description may not load correctly.

  • Open Command Prompt as administrator.
  • Run the following command:
    reg query “HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesWaaSMedicSvc” /v ImagePath
  • If the output is incorrect or missing, repair Windows using the Repair Install method.

How to fix WaaSMedicSvc error 'Failed to Read Description. Error Code: 2' in Windows?

Fix 6. Repair-install Windows

If built-in tools like SFC/DISM didn't manage to fix the problem, you can repair-install Windows using dedicated installation media.

Create Windows ISO

  • Download Windows 11 Installation media from the official Microsoft website. [Windows 10 version]
  • Double-click the MediaCreationTool.exe file to launch it.
  • When UAC shows up, click Yes.
  • Accept license terms.
  • Select Language and Edition (make sure it matches the one you have currently installed) or simply mark the Use the recommended options for this PC and click Next).
  • Select the ISO file and click Next.
  • Pick the location for your ISO file and wait till all the needed files are downloaded, then click Finish.

How to fix WaaSMedicSvc error 'Failed to Read Description. Error Code: 2' in Windows?

Repair-install Windows

  • Mount your USB drive with Windows ISO in it.
  • Boot into BIOS by pressing F2, F8, F12, Del, or another shortcut (refer to your laptop or motherboard manufacturer's website) during the Windows bootup process.
  • Go to the Boot menu.
  • Here, select the Boot priority option and set it to USB.
  • Restart the system.
  • When the system boots, you will be presented with the Install now option – click it.
  • Select all the preferences and click Next.
  • Skip Windows activation for now – select I don't have a product key.
  • Select the correct version of the operating system (if you were using Windows 11 Home before, use the same option).
  • In the next step, select Keep personal files and apps.
  • Select the correct partition and click Next.
  • Finalize the process – your Windows should be repaired.

Fix 7. Perform a System Restore

Restoring your system to a previous state can undo recent changes that may have triggered the error.

  • Type Create a restore point in the Windows search bar and press Enter.
  • In the System Properties window, click System Restore.
  • Click Next (after picking Choose a different restore point, if applicable).
  • Mark the Show more restore points checkbox.
  • Choose a restore point from before BSOD started occurring.
  • Click Next and follow the on-screen instructions to complete the system restore.
  • Restart your computer after the process is finished.

How to fix WaaSMedicSvc error 'Failed to Read Description. Error Code: 2' in Windows?

The above is the detailed content of How to fix WaaSMedicSvc error 'Failed to Read Description. Error Code: 2' in Windows?. For more information, please follow other related articles on the PHP Chinese website!

Statement
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
Fixes for Tempest Rising Crashing/Not Launching/Stuck on LoadingFixes for Tempest Rising Crashing/Not Launching/Stuck on LoadingApr 26, 2025 pm 08:01 PM

Tempest Rising is a recently released game. Many players have encountered the problem of the game crashing when starting it. If you are also looking for some methods to fix the problem of Tempest Rising crashing, then this MiniTool article is perfect

Frequently Asked Questions about Data Recovery: A Top GuideFrequently Asked Questions about Data Recovery: A Top GuideApr 26, 2025 pm 06:01 PM

Data Recovery: A Comprehensive Guide to Recovering Lost Files Have you ever experienced the frustration of losing important data? This guide addresses common questions about data recovery and provides a step-by-step process to retrieve lost files. Qu

The Elder Scrolls IV: Oblivion Remastered Fatal Error, Quick FixThe Elder Scrolls IV: Oblivion Remastered Fatal Error, Quick FixApr 25, 2025 pm 08:05 PM

Solving The Elder Scrolls IV: Oblivion Remastered Crashing Issues The Elder Scrolls IV: Oblivion Remastered, released April 22, 2025, for PS5, Xbox Series X/S, and Windows, boasts stunning visuals and improved gameplay. However, some players experien

Clair Obscur: Expedition 33 UE-Sandfall Game Crash? 3 Ways!Clair Obscur: Expedition 33 UE-Sandfall Game Crash? 3 Ways!Apr 25, 2025 pm 08:02 PM

Solve the UE-Sandfall game crash problem in "Clair Obscur: Expedition 33" "Clair Obscur: Expedition 33" has been widely expected by players after its release, but many players encountered the error of UE-Sandfall crashing and closing when starting the game. This article provides three solutions to help you smooth the game. Method 1: Change the startup options Change the Steam startup options to adjust game performance and graphics settings. Try setting the startup option to "-dx11". Step 1: Open the Steam library, find the game, and right-click to select "Properties". Step 2: Under the General tab, find the Startup Options section.

Broken Bluetooth After Windows 11 22H2 Update? Fix It nowBroken Bluetooth After Windows 11 22H2 Update? Fix It nowApr 25, 2025 pm 08:01 PM

Troubleshooting Bluetooth Issues After the Windows 11 22H2 Update Experiencing Bluetooth problems after updating to Windows 11 22H2? This guide provides solutions to restore your Bluetooth functionality. Issues like audio dropouts during calls (e.g

How to fix KB5057056 fails to install in Windows 10?How to fix KB5057056 fails to install in Windows 10?Apr 25, 2025 pm 08:00 PM

Microsoft employs a cycle of system updates in order to keep Windows systems stable and secure. An integral part of the cycle is Patch Tuesday, whereby Microsof

Clair Obscur Expedition 33 Controller Not Working on PC: FixedClair Obscur Expedition 33 Controller Not Working on PC: FixedApr 25, 2025 pm 06:01 PM

Solve the problem of failure of the PC version of "Clair Obscur: Expedition 33" Have you also encountered the problem that the PC version of the "Clair Obscur: Expedition 33" controller does not work properly? Don't worry, you are not alone! This article will provide you with a variety of effective solutions. "Clair Obscur: Expedition 33" has been launched on PlayStation 5, Windows and Xbox Series X/S platforms. This game is an engaging turn-based RPG that emphasizes precise timing. Its uniqueness is the perfect blend of strategic and rapid response. Smooth operation

How to fix Oblivion Remastered crashing on Windows?How to fix Oblivion Remastered crashing on Windows?Apr 24, 2025 pm 10:00 PM

Elder Scrolls IV: Oblivion Remastered has been rumored for several years now since the leak a few years prior. However, the developer of the original, Bethesda,

See all articles

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.