How to Turn On Kernel-Mode Stack Protection in Windows 11?
Up
0
I’m using Windows 11 with an Intel i7-12700 CPU. Features like virtualization, Secure Boot, TPM, and Memory Integrity are all turned on. Everything is up to date.
But Kernel-Mode Hardware-Enforced Stack Protection is still off.
How do I turn it on? Could a driver be blocking it?
Thanks for any help.
All Replies
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Since you’ve enabled virtualization, Secure Boot, TPM, and Memory Integrity, try these:
1. Make sure your CPU supports CET (most 12th Gen Intel do).
2. Check BIOS/UEFI and enable CET or Shadow Stack if available.
3. Update all drivers, especially chipset and GPU.
4. If using Windows Pro/Enterprise, check Group Policy settings for Device Guard.
5. Verify Memory Integrity is on in Windows Security.
6. Run sfc /scannow and DISM /RestoreHealth to fix system files.
If it’s still off, check Event Viewer for errors—some drivers or software may block it.