Hello
Thank you for posting in Q&A forum.
The error code 0x87D00324 typically indicates a problem with the update process.
Here are some steps you can try:
1. Unzip the MSU File:
• Use a compression tool to unzip the MSU update package.
• Extract the .cab file from the package.
• Open Command Prompt as an administrator and run:
dism /online /add-package /packagepath:<path_to_cab_file>
2. Reset Windows Update Components:
• Open Command Prompt as an administrator and run the following commands one by one:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
3. Check for Corrupted System Files:
• Run the System File Checker tool:
sfc /scann
• Run the Deployment Imaging Service and Management Tool (DISM):
dism /online /cleanup-image /restorehealth
4. Review CBS Logs:
• Check the CBS log file located at C:\Windows\Logs\CBS\CBS.log for any specific errors that might provide more insight.
5. Use the Windows Update Troubleshooter:
• Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters.
• Select Windows Update and run the troubleshooter.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.