mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 10:27:35 +00:00
12 lines
279 B
XML
12 lines
279 B
XML
|
|
<Replace>
|
||
|
|
<!-- Disable OneDrive -->
|
||
|
|
<Item>
|
||
|
|
<Meta>
|
||
|
|
<Format xmlns="syncml:metinf">int</Format>
|
||
|
|
</Meta>
|
||
|
|
<Target>
|
||
|
|
<LocURI>./Device/Vendor/MSFT/Policy/Config/System/DisableOneDriveFileSync</LocURI>
|
||
|
|
</Target>
|
||
|
|
<Data>1</Data>
|
||
|
|
</Item>
|
||
|
|
</Replace>
|