How to fix 0x8024a22d Windows Update Error

Configurare noua (How To)

Situatie

Some Windows users have reported that they could not update their computer as whenever they tried doing the same, they encountered Windows Update Error 0x8024a22d:

We couldn’t install this update, but could try again (0x8024a22d)

Solutie

Pasi de urmat
Check if Windows Update services are running
  1. Right-click on the Start button to open the WinX Menu
  2. Select Run
  3. Type services.msc in the Run box which opens
  4. Windows Services Manager will open
  5. The default configuration on a standalone Windows 10 PC is as follows:
    • Cryptographic Services – Automatic
    • Background Intelligent Transfer Service – Manual
    • DCOM Server Process Launcher – Automatic
    • RPC Endpoint Mapper –  Automatic
    • Windows Update Service – Manual (Triggered)
    • Windows Update Medic Services – Manual
    • Windows Installer – Manual.
  6. This will ensure that the required Services are available.
Run Windows Update Troubleshooter
  1. Go to Start button
  2. Select Settings
  3. Open Update & Security settings
  4. Locate Troubleshoot section
  5. From the Troubleshooters, select Windows Update.
Clear the Software Distribution Folder
  1. Open the Command Prompt as an administrator
  2. Run the below commands:
    • net stop wuauserv
    • net stop bits
  3. Launch File Explorer by Ctrl + E.
  4. Go to C:\Windows\SoftwareDistribution.
  5. Now, select all the files listed there, right-click, and then select Delete.
  6. After clearing the folder, you need to reboot your computer and then run the commands in the Command Prompt mentioned below to start the services we asked you to stop earlier.
    • net start wuauserv
    • net start bits.
Run Windows Update in Clean Boot state
  1. Press Windows + R
  2. Type MSConfig
  3. Click the General tab, and then click Selective Startup.
  4. Clear the Load Startup Items checkbox, and ensure that Load System Services and Use Original boot configuration are checked.
  5. Next, click the Services tab. Select the Hide All Microsoft Services checkbox. Now click Disable all.
  6. Next, click on the Startup tab and Open Task Manager.
  7. Disable all the Startup apps that normally load on your PC and close the Task Manager.
  8. Close the Task Manager and then click Apply > OK in the System Configuration window to apply your preferences.
  9. Click Apply/OK and restart the computer.
Run SFC and DISM
  1. Open Command Prompt as an admin and execute the following commands.
    • sfc /scannow
    • If that doesn’t work, then try the next command.
    • DISM /Online /Cleanup-Image /RestoreHealth
  2. This will fix any system image corruption from a Windows Update source. This may require internet access.

Tip solutie

Permanent

Voteaza

(1 din 2 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?