Help regarding Kernal hardware enforced stack protection

Namit Sharma 0 Reputation points
2024-01-09T09:38:21.12+00:00

I enabled Kernal hardware enforced stack protection in audit mode and I can't find the logs in Event viewer.I want to see the logs so that I can see which drivers fail to load and enable it in enforcement mode One more thing if I enable in enforcement mode will my system crash?

Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2024-01-11T02:46:36.81+00:00

    Hello, When you enable it in audit mode, it doesn’t prevent or block anything, it just logs potential security issues. When you enable it in enforcement mode, it actively blocks code that looks like it’s trying to exploit the stack. The logs for this feature are located in the Windows Event Viewer under the following path: “Applications and Services Logs” -> “Microsoft” -> “Windows” -> “KernelMitigationPolicy” -> “Operational”. If you don’t see any logs, make sure that logging is enabled for KernelMitigationPolicy. Right-click on “Operational” under “KernelMitigationPolicy”, then click “Properties” and make sure “Enable logging” is checked. As for the potential system crash, it’s not likely that enabling it in enforcement mode would cause a system crash. However, it could potentially cause certain applications or drivers to stop working if they use programming techniques that look like ROP attacks. If you encounter issues, you can always switch back to audit mode or disable the feature. Best Regards, Hania Lian

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  2. Namit Sharma 0 Reputation points
    2024-01-11T03:36:13.59+00:00

    Hi Hania, Thanks for your reply actually yesterday I enabled it in enforcement mode but the system didn't crash the thing happened is it is now not showing in windows security application pls help

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.