If, after you apply Windows Updates and reboot your computer, you get a blue screen with code 0xc000021a here are a couple of things that you can try:
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:WindowsSystem32config
- ren SYSTEM SYSTEM.old
- ren SOFTWARE SOFTWARE.old
- copy C:WindowsSystem32configRegBackSYSTEM C:WindowsSystem32config
- copy C:WindowsSystem32configRegBackSOFTWARE C:WindowsSystem32config
- Reboot system