Update Assigned Access configuration XML namespaces

This commit is contained in:
Paolo Matarazzo
2024-03-01 10:41:52 -05:00
parent 3bc32eafc8
commit 63756bb8bf

View File

@ -44,12 +44,12 @@ The Assigned Access configuration XML is versioned. The version is defined in th
| Version | Alias | Namespace |
|-|-|-|
|Windows 11, version 22H2|`v5`|http://schemas.microsoft.com/AssignedAccess/2022/config|
|Windows 11, version 21H2|`v4`|http://schemas.microsoft.com/AssignedAccess/2021/config|
|Windows 10|`v5`|http://schemas.microsoft.com/AssignedAccess/202010/config|
|Windows 10|`v3`|http://schemas.microsoft.com/AssignedAccess/2020/config|
|Windows 10|`rs5`|http://schemas.microsoft.com/AssignedAccess/201810/config|
|Windows 10|default|http://schemas.microsoft.com/AssignedAccess/2017/config|
|Windows 11, version 22H2|`v5`|`http://schemas.microsoft.com/AssignedAccess/2022/config`|
|Windows 11, version 21H2|`v4`|`http://schemas.microsoft.com/AssignedAccess/2021/config`|
|Windows 10|`v5`|`http://schemas.microsoft.com/AssignedAccess/202010/config`|
|Windows 10|`v3`|`http://schemas.microsoft.com/AssignedAccess/2020/config`|
|Windows 10|`rs5`|`http://schemas.microsoft.com/AssignedAccess/201810/config`|
|Windows 10|default|`http://schemas.microsoft.com/AssignedAccess/2017/config`|
To authorize a compatible configuration XML that includes version-specific elements and attributes, always include the namespace of the add-on schemas, and decorate the attributes and elements accordingly with the namespace alias. For example, to configure the `StartPins` feature that was added in Windows 11, version 22H2, use the below example. Notice the alias `v5` associated to the `http://schemas.microsoft.com/AssignedAccess/2022/config` namespace for 22H2 release, and the alias is tagged on `StartPins` inline.
@ -146,7 +146,7 @@ Example:
<App AppUserModelId="%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe" />
<App DesktopAppPath="C:\Windows\System32\notepad.exe" rs5:AutoLaunch="true" rs5:AutoLaunchArguments="%windir%\setuperr.log" />
</AllowedApps>
</AllAppsList>
</AllAppsList>
```
### Start menu customizations