Add UpdateBootManager to Surface Hub CSP

This commit is contained in:
Vinay Pamnani 2024-08-16 09:26:57 -06:00
parent e58778734c
commit b448b84dd1
2 changed files with 89 additions and 2 deletions

View File

@ -1,7 +1,7 @@
--- ---
title: SurfaceHub CSP title: SurfaceHub CSP
description: Learn more about the SurfaceHub CSP. description: Learn more about the SurfaceHub CSP.
ms.date: 08/06/2024 ms.date: 08/16/2024
--- ---
<!-- Auto-Generated CSP Document --> <!-- Auto-Generated CSP Document -->
@ -84,6 +84,7 @@ The following list shows the SurfaceHub configuration service provider nodes:
- [SleepTimeout](#propertiessleeptimeout) - [SleepTimeout](#propertiessleeptimeout)
- [SurfaceHubMeetingMode](#propertiessurfacehubmeetingmode) - [SurfaceHubMeetingMode](#propertiessurfacehubmeetingmode)
- [VtcAppPackageId](#propertiesvtcapppackageid) - [VtcAppPackageId](#propertiesvtcapppackageid)
- [UpdateBootManager](#updatebootmanager)
<!-- SurfaceHub-Tree-End --> <!-- SurfaceHub-Tree-End -->
<!-- Device-DeviceAccount-Begin --> <!-- Device-DeviceAccount-Begin -->
@ -2878,6 +2879,55 @@ App name.
<!-- Device-Properties-VtcAppPackageId-End --> <!-- Device-Properties-VtcAppPackageId-End -->
<!-- Device-UpdateBootManager-Begin -->
## UpdateBootManager
<!-- Device-UpdateBootManager-Applicability-Begin -->
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device <br> ❌ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 [10.0.19045] and later |
<!-- Device-UpdateBootManager-Applicability-End -->
<!-- Device-UpdateBootManager-OmaUri-Begin -->
```Device
./Vendor/MSFT/SurfaceHub/UpdateBootManager
```
<!-- Device-UpdateBootManager-OmaUri-End -->
<!-- Device-UpdateBootManager-Description-Begin -->
<!-- Description-Source-DDF -->
Enables new boot manager usage.
<!-- Device-UpdateBootManager-Description-End -->
<!-- Device-UpdateBootManager-Editable-Begin -->
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
<!-- Device-UpdateBootManager-Editable-End -->
<!-- Device-UpdateBootManager-DFProperties-Begin -->
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `int` |
| Access Type | Get, Replace |
| Default Value | 0 |
<!-- Device-UpdateBootManager-DFProperties-End -->
<!-- Device-UpdateBootManager-AllowedValues-Begin -->
**Allowed values**:
| Value | Description |
|:--|:--|
| 0 (Default) | Disable new boot manager. |
| 320 | Enable new boot manager. |
<!-- Device-UpdateBootManager-AllowedValues-End -->
<!-- Device-UpdateBootManager-Examples-Begin -->
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
<!-- Device-UpdateBootManager-Examples-End -->
<!-- Device-UpdateBootManager-End -->
<!-- SurfaceHub-CspMoreInfo-Begin --> <!-- SurfaceHub-CspMoreInfo-Begin -->
<!-- Add any additional information about this CSP here. Anything outside this section will get overwritten. --> <!-- Add any additional information about this CSP here. Anything outside this section will get overwritten. -->
<!-- SurfaceHub-CspMoreInfo-End --> <!-- SurfaceHub-CspMoreInfo-End -->

View File

@ -1,7 +1,7 @@
--- ---
title: SurfaceHub DDF file title: SurfaceHub DDF file
description: View the XML file containing the device description framework (DDF) for the SurfaceHub configuration service provider. description: View the XML file containing the device description framework (DDF) for the SurfaceHub configuration service provider.
ms.date: 04/22/2024 ms.date: 08/16/2024
--- ---
<!-- Auto-Generated CSP Document --> <!-- Auto-Generated CSP Document -->
@ -1574,6 +1574,43 @@ The following XML file contains the device description framework (DDF) for the S
</DFProperties> </DFProperties>
</Node> </Node>
</Node> </Node>
<Node>
<NodeName>UpdateBootManager</NodeName>
<DFProperties>
<AccessType>
<Get />
<Replace />
</AccessType>
<Description>Enables new boot manager usage.</Description>
<DefaultValue>0</DefaultValue>
<DFFormat>
<int />
</DFFormat>
<Occurrence>
<One />
</Occurrence>
<Scope>
<Permanent />
</Scope>
<DFType>
<MIME>text/plain</MIME>
</DFType>
<MSFT:Applicability>
<MSFT:OsBuildVersion>10.0.19045</MSFT:OsBuildVersion>
<MSFT:CspVersion>1.0</MSFT:CspVersion>
</MSFT:Applicability>
<MSFT:AllowedValues ValueType="ENUM">
<MSFT:Enum>
<MSFT:Value>0</MSFT:Value>
<MSFT:ValueDescription>Disable new boot manager</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>320</MSFT:Value>
<MSFT:ValueDescription>Enable new boot manager</MSFT:ValueDescription>
</MSFT:Enum>
</MSFT:AllowedValues>
</DFProperties>
</Node>
<Node> <Node>
<NodeName>Management</NodeName> <NodeName>Management</NodeName>
<DFProperties> <DFProperties>