From bb4717da1f4afba5a776dd6942ed71e9247b7952 Mon Sep 17 00:00:00 2001 From: Harrison Ravazzolo <38767391+harrisonravazzolo@users.noreply.github.com> Date: Wed, 22 Oct 2025 09:51:25 -0700 Subject: [PATCH] Enable SmartScreen, Prompt for user elevation CSP (#34445) --- .../defender-smartscreen-service-enabled.xml | 12 ++++++++++++ .../uac-prompt-for-elevation.xml | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 docs/solutions/windows/configuration-profiles/defender-smartscreen-service-enabled.xml create mode 100644 docs/solutions/windows/configuration-profiles/uac-prompt-for-elevation.xml diff --git a/docs/solutions/windows/configuration-profiles/defender-smartscreen-service-enabled.xml b/docs/solutions/windows/configuration-profiles/defender-smartscreen-service-enabled.xml new file mode 100644 index 0000000000..a21d5f1044 --- /dev/null +++ b/docs/solutions/windows/configuration-profiles/defender-smartscreen-service-enabled.xml @@ -0,0 +1,12 @@ + + + + + int + + + ./Device/Vendor/MSFT/Policy/Config/WebThreatDefense/ServiceEnabled + + 1 + + diff --git a/docs/solutions/windows/configuration-profiles/uac-prompt-for-elevation.xml b/docs/solutions/windows/configuration-profiles/uac-prompt-for-elevation.xml new file mode 100644 index 0000000000..0549f3ba92 --- /dev/null +++ b/docs/solutions/windows/configuration-profiles/uac-prompt-for-elevation.xml @@ -0,0 +1,12 @@ + + + + + int + + + ./Device/Vendor/MSFT/Policy/Config/LocalPoliciesSecurityOptions/UserAccountControl_DetectApplicationInstallationsAndPromptForElevation + + 1 + +