mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Enable SmartScreen, Prompt for user elevation CSP (#34445)
This commit is contained in:
parent
2f8f268073
commit
bb4717da1f
2 changed files with 24 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
<Replace>
|
||||
<!-- Service Enabled key, 1 = enabled -->
|
||||
<Item>
|
||||
<Meta>
|
||||
<Format xmlns="syncml:metinf">int</Format>
|
||||
</Meta>
|
||||
<Target>
|
||||
<LocURI>./Device/Vendor/MSFT/Policy/Config/WebThreatDefense/ServiceEnabled</LocURI>
|
||||
</Target>
|
||||
<Data>1</Data>
|
||||
</Item>
|
||||
</Replace>
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
<Replace>
|
||||
<!-- User Account Control key, 1 = enabled -->
|
||||
<Item>
|
||||
<Meta>
|
||||
<Format xmlns="syncml:metinf">int</Format>
|
||||
</Meta>
|
||||
<Target>
|
||||
<LocURI>./Device/Vendor/MSFT/Policy/Config/LocalPoliciesSecurityOptions/UserAccountControl_DetectApplicationInstallationsAndPromptForElevation</LocURI>
|
||||
</Target>
|
||||
<Data>1</Data>
|
||||
</Item>
|
||||
</Replace>
|
||||
Loading…
Reference in a new issue