mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Adding a few Windows configuration profiles so we can dogfood them. Most of the profiles are adaptations from the macOS profiles. I'm not an expert, adding them to the canary team for now to avoid breaking anyone's machine.
24 lines
582 B
XML
24 lines
582 B
XML
<Replace>
|
|
<!-- Enforce screenlock -->
|
|
<Item>
|
|
<Meta>
|
|
<Format xmlns="syncml:metinf">int</Format>
|
|
</Meta>
|
|
<Target>
|
|
<LocURI>./Device/Vendor/MSFT/Policy/Config/DeviceLock/DevicePasswordEnabled</LocURI>
|
|
</Target>
|
|
<Data>0</Data>
|
|
</Item>
|
|
</Replace>
|
|
<Replace>
|
|
<!-- Enforce screenlock after 15 minutes -->
|
|
<Item>
|
|
<Meta>
|
|
<Format xmlns="syncml:metinf">int</Format>
|
|
</Meta>
|
|
<Target>
|
|
<LocURI>./Device/Vendor/MSFT/Policy/Config/DeviceLock/MaxInactivityTimeDeviceLock</LocURI>
|
|
</Target>
|
|
<Data>15</Data>
|
|
</Item>
|
|
</Replace>
|