Search Results
byago
byago
byago
byago
byago
This script fixes the windows CIS Benchmark check 18.4.6: "Ensure 'Enable Structured Exception Handling Overwrite Protection (SEHOP)' is set to 'Enabled'."
The script checks for administrative privileges, sets the registry value for DisableExceptionChainValidation to 0 under the specified path, and then verifies that the value is correctly set. This addresses the CIS benchmark requirement for SEHOP.
None This script does not accept parameters. It is designed to be run as-is.