Hi BrickThatBSODs, thanks for posting here in Microsoft community, since Secure Boot reactivation led to persistent BSODs and recovery tools haven’t helped, it’s likely a bootloader or driver integrity issue. Given you still have access to Command Prompt via boot.wim,
I suggest, Rebuilding the EFI partition using bcdboot C:\Windows /s Z: /f UEFI
Auditing drivers with dism /image:C:\ /get-drivers to spot unsigned or conflicting ones
Running bcdedit /enum all to check for misconfigured boot entries
Also, did you install any low-level tools (e.g., encryption, boot managers, or anti-malware) before disabling Secure Boot?
Let me know
Chard