Merge branch 'release-win11-24h2' of https://github.com/MicrosoftDocs/windows-docs-pr into 24h2-wn-8631988

This commit is contained in:
Meghan Stewart
2024-08-20 10:49:01 -07:00
114 changed files with 269 additions and 3241 deletions

View File

@ -1,7 +1,7 @@
---
title: SurfaceHub CSP
description: Learn more about the SurfaceHub CSP.
ms.date: 08/06/2024
ms.date: 08/16/2024
---
<!-- Auto-Generated CSP Document -->
@ -84,6 +84,7 @@ The following list shows the SurfaceHub configuration service provider nodes:
- [SleepTimeout](#propertiessleeptimeout)
- [SurfaceHubMeetingMode](#propertiessurfacehubmeetingmode)
- [VtcAppPackageId](#propertiesvtcapppackageid)
- [UpdateBootManager](#updatebootmanager)
<!-- SurfaceHub-Tree-End -->
<!-- Device-DeviceAccount-Begin -->
@ -2878,6 +2879,55 @@ App name.
<!-- 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 -->
<!-- Add any additional information about this CSP here. Anything outside this section will get overwritten. -->
<!-- SurfaceHub-CspMoreInfo-End -->

View File

@ -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
---
<!-- Auto-Generated CSP Document -->
@ -1574,6 +1574,43 @@ The following XML file contains the device description framework (DDF) for the S
</DFProperties>
</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>
<NodeName>Management</NodeName>
<DFProperties>

View File

@ -169,7 +169,7 @@ The blocklist policy that follows includes "Allow all" rules for both kernel and
<Deny ID="ID_DENY_MS_BUILD" FriendlyName="Microsoft.Build.dll" FileName="Microsoft.Build.dll" MinimumFileVersion="0.0.0.0" MaximumFileVersion="65355.65355.65355.65355" />
<Deny ID="ID_DENY_MS_BUILD_FMWK" FriendlyName="Microsoft.Build.Framework.dll" FileName="Microsoft.Build.Framework.dll" MinimumFileVersion="0.0.0.0" MaximumFileVersion="65355.65355.65355.65355" />
<Deny ID="ID_DENY_MWFC" FriendlyName="Microsoft.Workflow.Compiler.exe" FileName="Microsoft.Workflow.Compiler.exe" MinimumFileVersion="0.0.0.0" MaximumFileVersion="65355.65355.65355.65355" />
<Deny ID="ID_DENY_MSBUILD" FriendlyName="MSBuild.exe" FileName="MSBuild.Exe" MinimumFileVersion="0.0.0.0" MaximumFileVersion="65355.65355.65355.65355" />
<Deny ID="ID_DENY_MSBUILD" FriendlyName="MSBuild.exe" FileName="MSBuild.exe" MinimumFileVersion="0.0.0.0" MaximumFileVersion="65355.65355.65355.65355" />
<Deny ID="ID_DENY_MSBUILD_DLL" FriendlyName="MSBuild.dll" FileName="MSBuild.dll" MinimumFileVersion="0.0.0.0" MaximumFileVersion="65355.65355.65355.65355" />
<Deny ID="ID_DENY_MSHTA" FriendlyName="mshta.exe" FileName="mshta.exe" MinimumFileVersion="0.0.0.0" MaximumFileVersion="65355.65355.65355.65355" />
<Deny ID="ID_DENY_NTKD" FriendlyName="ntkd.exe" FileName="ntkd.Exe" MinimumFileVersion="0.0.0.0" MaximumFileVersion="65355.65355.65355.65355" />