How to use a custom .xml file for applying Windows Defender policies on local device without Intune. #1011
-
|
I want to apply only certain values in the process mitigations for apps but not others. Not sure how to go about that. Apologies if the answer is already documented, but haven't been able to find it. |
Beta Was this translation helpful? Give feedback.
Answered by
HotCakeX
Jan 22, 2026
Replies: 1 comment
-
|
Hi, they can be found here: https://github.com/HotCakeX/Harden-Windows-Security/blob/main/Harden%20System%20Security/Resources/Intune%20Files/Hardening%20Policies/Exploit%20Protections/Settings.xml The app uses them for Intune only. For local usage, the app interacts with native APIs to surgically apply/remove/verify them. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pingu-the-penguin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, they can be found here: https://github.com/HotCakeX/Harden-Windows-Security/blob/main/Harden%20System%20Security/Resources/Intune%20Files/Hardening%20Policies/Exploit%20Protections/Settings.xml
The app uses them for Intune only. For local usage, the app interacts with native APIs to surgically apply/remove/verify them.