Please provide a screenshot of the following commands:
- winver
- msinfo32
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello Microsoft Support Team,
I am reaching out regarding an issue encountered while attempting to update a user’s computer to Windows 10 Version 22H2 using the Windows 10 Update Assistant.
During the update process, the following error appears:
Error message: Something went wrong Error code: 0xC0000005
(Screenshot attached)
We need to complete this update in order to meet the KDFv1 compatibility requirement for M365 authentication.
Please advise on possible causes and provide step-by-step instructions or troubleshooting methods to resolve this error.
Hello Nyamsuren Purevsuren,
Thank you for reaching out to Microsoft Q&A!
The error 0xC0000005 typically indicates an Access Violation, often caused by system file corruption, hardware conflicts, or interference from security features like BitLocker. Once you successfully update to 22H2, the KDF issue should resolve itself as newer Windows versions use KDFV2.
Solution 1 - Run built-in troubleshooter:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Solution 2 - Disable BitLocker (if enabled)
Solution 3 - Manual Update:
Solution 4 - Temporary disable protection software:
Disclaimer: Keep in mind that if you do so, your device may be vulnerable to threats. So please turn it on immediately once the issue is fixed.
Solution 5 - Reset Windows Update with Command Prompt (Admin), running these one by one:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
del /s /q %windir%\SoftwareDistribution\*
del /s /q %windir%\System32\catroot2\*
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
A few other things to pay attention to:
Please let us know if you need help during any of the steps, or if the issue persists after trying them. I'm here to help!
If the answer is helpful, please click "Accept Answer" and kindly upvote it to assist others who might face similar issues. If you have extra questions, please click "Comment".
Note: To enable e-mail notifications, follow the steps in our documentation!