mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 22:37:22 +00:00
96 lines
3.2 KiB
Markdown
96 lines
3.2 KiB
Markdown
---
|
|
title: CloudDesktop DDF file
|
|
description: View the XML file containing the device description framework (DDF) for the CloudDesktop configuration service provider.
|
|
author: vinaypamnani-msft
|
|
manager: aaroncz
|
|
ms.author: vinpa
|
|
ms.date: 08/29/2023
|
|
ms.localizationpriority: medium
|
|
ms.prod: windows-client
|
|
ms.technology: itpro-manage
|
|
ms.topic: reference
|
|
---
|
|
|
|
<!-- Auto-Generated CSP Document -->
|
|
|
|
# CloudDesktop DDF file
|
|
|
|
The following XML file contains the device description framework (DDF) for the CloudDesktop configuration service provider.
|
|
|
|
```xml
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"[<?oma-dm-ddf-ver supported-versions="1.2"?>]>
|
|
<MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM">
|
|
<VerDTD>1.2</VerDTD>
|
|
<MSFT:Diagnostics>
|
|
</MSFT:Diagnostics>
|
|
<Node>
|
|
<NodeName>CloudDesktop</NodeName>
|
|
<Path>./Device/Vendor/MSFT</Path>
|
|
<DFProperties>
|
|
<AccessType>
|
|
<Get />
|
|
</AccessType>
|
|
<Description>The CloudDesktop configuration service provider is used to configure different Cloud PC related scenarios.</Description>
|
|
<DFFormat>
|
|
<node />
|
|
</DFFormat>
|
|
<Occurrence>
|
|
<One />
|
|
</Occurrence>
|
|
<Scope>
|
|
<Permanent />
|
|
</Scope>
|
|
<DFType>
|
|
<MIME />
|
|
</DFType>
|
|
<MSFT:Applicability>
|
|
<MSFT:OsBuildVersion>22631.2050</MSFT:OsBuildVersion>
|
|
<MSFT:CspVersion>1.0</MSFT:CspVersion>
|
|
<MSFT:EditionAllowList>0x4;0x30;0x31;0x7E;0x88;0xA1;0xA2;0xA4;0xA5;0xBC;0xBF;0xCD;</MSFT:EditionAllowList>
|
|
</MSFT:Applicability>
|
|
</DFProperties>
|
|
<Node>
|
|
<NodeName>EnableBootToCloudSharedPCMode</NodeName>
|
|
<DFProperties>
|
|
<AccessType>
|
|
<Add />
|
|
<Delete />
|
|
<Get />
|
|
<Replace />
|
|
</AccessType>
|
|
<DefaultValue>false</DefaultValue>
|
|
<Description>Setting this node to "true" configures boot to cloud for Shared PC mode. Boot to cloud mode enables users to seamlessly sign-in to a Cloud PC. Shared PC mode allows multiple users to sign-in on the device and use for shared purpose. For enabling Boot to Cloud Shared PC feature, Cloud Provider application must be installed on the PC and the user must have a Cloud PC provisioned.</Description>
|
|
<DFFormat>
|
|
<bool />
|
|
</DFFormat>
|
|
<Occurrence>
|
|
<One />
|
|
</Occurrence>
|
|
<Scope>
|
|
<Dynamic />
|
|
</Scope>
|
|
<DFTitle>Enable boot to cloud shared PC mode</DFTitle>
|
|
<DFType>
|
|
<MIME />
|
|
</DFType>
|
|
<MSFT:AllowedValues ValueType="ENUM">
|
|
<MSFT:Enum>
|
|
<MSFT:Value>false</MSFT:Value>
|
|
<MSFT:ValueDescription>Not configured</MSFT:ValueDescription>
|
|
</MSFT:Enum>
|
|
<MSFT:Enum>
|
|
<MSFT:Value>true</MSFT:Value>
|
|
<MSFT:ValueDescription>Boot to cloud shared pc mode enabled</MSFT:ValueDescription>
|
|
</MSFT:Enum>
|
|
</MSFT:AllowedValues>
|
|
</DFProperties>
|
|
</Node>
|
|
</Node>
|
|
</MgmtTree>
|
|
```
|
|
|
|
## Related articles
|
|
|
|
[CloudDesktop configuration service provider reference](clouddesktop-csp.md)
|