Windows Update Is Causing Blue Screen Crashes, Here's A Workaround To Restore Your PC
The issue stems from an update dubbed KB5021233. After installation, some Windows 10 machines will start up with an error (0xc000021a), accompanied by the BSOD. The problem is a mismatch between file versions of the hidparse.sys in the system32 and system32/drivers folders. Microsoft says that "might cause signature validation to fail when cleanup occurs."
The problem only occurs on Windows 10, but it appears to affect at least from Windows 10 20H2 all the way to the latest Windows 10 22H2. Microsoft is working on a fix and will release it soon. That doesn't do much good for anyone whose computer is broken following this update. You can, however, fix the problem yourself with a little legwork. Microsoft has provided a step-by-step procedure for eliminating the signature mismatch. Here's how to do it.
- You will need to enter Windows Recovery Environment.
- Select the Troubleshoot button.
- Select the "Start recovery, troubleshooting, and diagnostic tools" button.
- Select the "Advanced Options" button.
- Select the "Command Prompt" button and wait for your device to restart, if needed.
- Your device should restart to a Command Prompt window. You might need to sign into your device with your password before getting to the Command Prompt window.
- Run the following command:
xcopy C:\windows\system32\drivers\hidparse.sys C:\windows\system32\hidparse.sys
(note, you must change this path if Windows is not installed on the C drive) - Once the previous command completes, type:
exit
- Select the "Continue" button.
- Windows should now start up as expected.