Solved exploit and mitigation security settings


shoober420

Well-known member
Member
VIP
Local time
10:13 AM
Posts
231
OS
Windows 11 27965
ive found sound rather odd behavior when running "Set-Processmitigation" commands. for example, when running:

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 My Computer

At a glance

Windows 11 27965Intel i7 7700 @4.0ghz64gb DDR4Radeon RX 5500 XT
OS
Windows 11 27965
Computer type
PC/Desktop
CPU
Intel i7 7700 @4.0ghz
Memory
64gb DDR4
Graphics Card(s)
Radeon RX 5500 XT
Sound Card
Topping D50s
Hard Drives
NVMe
PSU
Corsair
Keyboard
Stelseries G6v2
Mouse
Zowie EC2
Other Info
https://www.youtube.com/shoober420
I don't dabble in Process Mitigation, but -System (System-level) policy != App-level policy.
 

My Computer My Computer

At a glance

Windows 7
OS
Windows 7
because windows, i apparently had to specify all the mitigations in the specific order shown on:


if i put them in a different order, it would produce the same behavior as doing them seperately as i had them before

 

My Computer My Computer

At a glance

Windows 11 27965Intel i7 7700 @4.0ghz64gb DDR4Radeon RX 5500 XT
OS
Windows 11 27965
Computer type
PC/Desktop
CPU
Intel i7 7700 @4.0ghz
Memory
64gb DDR4
Graphics Card(s)
Radeon RX 5500 XT
Sound Card
Topping D50s
Hard Drives
NVMe
PSU
Corsair
Keyboard
Stelseries G6v2
Mouse
Zowie EC2
Other Info
https://www.youtube.com/shoober420
Back
Top Bottom