From b448b84dd13e22ad4782bac3b518077af8c997c1 Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Fri, 16 Aug 2024 09:26:57 -0600 Subject: [PATCH] Add UpdateBootManager to Surface Hub CSP --- .../client-management/mdm/surfacehub-csp.md | 52 ++++++++++++++++++- .../mdm/surfacehub-ddf-file.md | 39 +++++++++++++- 2 files changed, 89 insertions(+), 2 deletions(-) diff --git a/windows/client-management/mdm/surfacehub-csp.md b/windows/client-management/mdm/surfacehub-csp.md index 0507eb55c9..663982ef0f 100644 --- a/windows/client-management/mdm/surfacehub-csp.md +++ b/windows/client-management/mdm/surfacehub-csp.md @@ -1,7 +1,7 @@ --- title: SurfaceHub CSP description: Learn more about the SurfaceHub CSP. -ms.date: 08/06/2024 +ms.date: 08/16/2024 --- @@ -84,6 +84,7 @@ The following list shows the SurfaceHub configuration service provider nodes: - [SleepTimeout](#propertiessleeptimeout) - [SurfaceHubMeetingMode](#propertiessurfacehubmeetingmode) - [VtcAppPackageId](#propertiesvtcapppackageid) + - [UpdateBootManager](#updatebootmanager) @@ -2878,6 +2879,55 @@ App name. + +## UpdateBootManager + + +| Scope | Editions | Applicable OS | +|:--|:--|:--| +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 22H2 [10.0.19045] and later | + + + +```Device +./Vendor/MSFT/SurfaceHub/UpdateBootManager +``` + + + + +Enables new boot manager usage. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `int` | +| Access Type | Get, Replace | +| Default Value | 0 | + + + +**Allowed values**: + +| Value | Description | +|:--|:--| +| 0 (Default) | Disable new boot manager. | +| 320 | Enable new boot manager. | + + + + + + + + diff --git a/windows/client-management/mdm/surfacehub-ddf-file.md b/windows/client-management/mdm/surfacehub-ddf-file.md index 3222bade2d..1193b28214 100644 --- a/windows/client-management/mdm/surfacehub-ddf-file.md +++ b/windows/client-management/mdm/surfacehub-ddf-file.md @@ -1,7 +1,7 @@ --- title: SurfaceHub DDF file 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 --- @@ -1574,6 +1574,43 @@ The following XML file contains the device description framework (DDF) for the S + + UpdateBootManager + + + + + + Enables new boot manager usage. + 0 + + + + + + + + + + + text/plain + + + 10.0.19045 + 1.0 + + + + 0 + Disable new boot manager + + + 320 + Enable new boot manager + + + + Management