- Local time
- 12:01 AM
- Posts
- 150
- OS
- Windows 11 27783
ive found sound rather odd behavior when running "Set-Processmitigation" commands. for example, when running:
going to Windows Security > App & browser control > Exploit protection > Exploit protection settings will show not only CFG being enabled, but it also enables DEP and SEHOP.
another example, when running:
it does turn off CFG, but enables the formentioned DEP and SEHOP. this is when all exploit protection options were set to "Off by default" prior. does anyone know whats going on here and how to fix this so disabling the settings using this method doesnt effect other exploit options?
Code:
Set-Processmitigation -System -Disable StrictCFG
going to Windows Security > App & browser control > Exploit protection > Exploit protection settings will show not only CFG being enabled, but it also enables DEP and SEHOP.
another example, when running:
Code:
Set-Processmitigation -System -Disable CFG
it does turn off CFG, but enables the formentioned DEP and SEHOP. this is when all exploit protection options were set to "Off by default" prior. does anyone know whats going on here and how to fix this so disabling the settings using this method doesnt effect other exploit options?
- Windows Build/Version
- Windows 11 27808
My Computer
System One
-
- OS
- Windows 11 27783
- Computer type
- PC/Desktop
- CPU
- Intel i7 7700 @4.0ghz
- Memory
- 64gb DDR4
- Graphics Card(s)
- Radeon RX 5500 XT
- Other Info
- https://www.github.com/shoober420