mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
two more (#34678)
This commit is contained in:
parent
30c4798ec6
commit
c9e589f142
2 changed files with 24 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
<Replace>
|
||||
<!-- Prevent enabling lock screen slide show -->
|
||||
<Item>
|
||||
<Meta>
|
||||
<Format xmlns="syncml:metinf">chr</Format>
|
||||
<Type>text/plain</Type>
|
||||
</Meta>
|
||||
<Target>
|
||||
<LocURI>./Device/Vendor/MSFT/Policy/Config/DeviceLock/PreventLockScreenSlideShow</LocURI>
|
||||
</Target>
|
||||
<Data><enabled/></Data>
|
||||
</Item>
|
||||
</Replace>
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
<Replace>
|
||||
<Item>
|
||||
<Target>
|
||||
<LocURI>./Device/Vendor/MSFT/Policy/Config/WirelessDisplay/RequirePinForPairing</LocURI>
|
||||
</Target>
|
||||
<Meta>
|
||||
<Format xmlns="syncml:metinf">int</Format>
|
||||
</Meta>
|
||||
<Data>2</Data>
|
||||
</Item>
|
||||
</Replace>
|
||||
Loading…
Reference in a new issue