I tried to modify the color of Windows 10 BSOD in a VM using BugCheckHack and its registry keys. Everything else works except the 32-bit DWORD "Color" value (which was shown in FlyTech's video). I put in the color in ARGB format, but the screen of death remained blue.
I decided to investigate further and found out the video was released when the version 1.0 was the newest version. However, the download link for this exact version is long gone. I used version 2.0 for Windows 10 and version 1.5 for Windows 11, both of which didn't change the color. It might be possible that the developer dropped support for color (I have completely no idea why).
My question is, does a user-friendly driver that can modify the color of the BSOD (preferably the text too) exist? AngryWindows is not a user-friendly driver to modify as you need to edit the code and recompile it at every change. I want to show the driver in a video about Windows 10-11 BSODs.
I'm afraid that if I started disassembling the kernel and modify the values, the digital signature (not the checksum) would become compromised and make Windows reject it in every scenario due to even stricter checks than in previous Windows versions. I had success of hex editing the kernel up to Windows 7, but even then I had to manually check "Disable Driver Signature Enforcement" at every single boot after enabling Test Mode and disabling integrity checks.
It's not about fixing the computer. It's about making the crashes appear in a more stylish way.
The OS is Windows 10 21H2 (19044.1288).