If you have encountered Error code 0xc000021a with a blue screen of death while Windows Update is doing its thing on reboot, then here are some workarounds to get rid of this.
Corrupt Driver Signature Catalog Files
- When the systems boots up, press F8 repeatedly until you get the Advanced Boot Option Screen
- Choose the option “Disable Driver Signature Enforcement”
- If the system boots up then you most likely have corrupt driver signature catalog files. To check which drivers are not signed you can use sigverif
Corrupt Registry Entries
- When the systems boots up, press F8 repeatedly until you get the Advanced Boot Option Screen (or boot with a Windows DVD)
- Choose the Repair Your Computer option
- Open Command Prompt
- Replace the SYSTEM and SOFTWARE registry hives by running the following commands (assuming OsDrive as C:\ below but it may differ on your system):
- cd C:\Windows\System32\config
- ren SYSTEM SYSTEM.old
- ren SOFTWARE SOFTWARE.old
- copy C:\Windows\System32\config\RegBack\SYSTEM C:\Windows\System32\config\
- copy C:\Windows\System32\config\RegBack\SOFTWARE C:\Windows\System32\config\
- Reboot system

![[Video] How to Install Cumulative updates CAB/MSU Files on Windows 11 & 10](https://i0.wp.com/thewincentral.com/wp-content/uploads/2019/08/Cumulative-update-MSU-file.jpg?resize=218%2C150&ssl=1)



![[Video Tutorial] How to download ISO images for any Windows version](https://i0.wp.com/thewincentral.com/wp-content/uploads/2018/01/Windows-10-Build-17074.png?resize=218%2C150&ssl=1)

![[Video] How to Install Cumulative updates CAB/MSU Files on Windows 11 & 10](https://i0.wp.com/thewincentral.com/wp-content/uploads/2019/08/Cumulative-update-MSU-file.jpg?resize=356%2C220&ssl=1)



![[Video Tutorial] How to download ISO images for any Windows version](https://i0.wp.com/thewincentral.com/wp-content/uploads/2018/01/Windows-10-Build-17074.png?resize=80%2C60&ssl=1)




