Secure Launch Boot Loop (Windows 11 23H2)
Status: Fixed | Symptom: PC restarts instead of shutdown/hibernate
Root Cause: Secure Launch (enterprise anti-bootkit feature) conflicts with January 2026 kernel power management changes
.
Enterprise Admin Fix:
powershell
Copy
# Check Secure Launch status
Confirm-SecureBootUEFI
# If affected, temporarily disable via BCD (requires admin)
bcdedit /set {current} disableelamdrivers yes
# Apply Microsoft OOB patch, then re-enable:
bcdedit /set {current} disableelamdrivers no
