Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the supported URL protocol schemes for the extension.
Element hierarchy
<Package>
└─ <Applications>
└─ <Application>
└─ <Extensions>
└─ <desktop10:Extension>
└─ <desktop10:AppExecutionAlias>
└─ <desktop10:ExecutionAlias>
└─ <desktop10:SupportedProtocols>
Syntax
<desktop10:SupportedProtocols>
<!-- Child elements -->
desktop10:SupportedProtocol{0,10000}
</desktop10:SupportedProtocols>
Key
{} specific range of occurrences
Attributes
None.
Child elements
| Child element | Description |
|---|---|
| desktop10:SupportedProtocol | Specifies a URL protocol scheme. |
Parent elements
| Parent element | Description |
|---|---|
| desktop:ExecutionAlias | The executable of a UWP app to be activated from a command prompt. |
Requirements
| Item | Value |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/manifest/desktop/windows10/10 |
| Minimum OS Version | Windows 11 version 22H2 (Build 22621) |
Remarks
The behavior of this element is comparable to setting supported protocols for unpackaged apps in the registry as described in Application Registration. The attributes and child elements from the desktop10 namespace are only supported on extension instances that specify CompatMode="classic" and are only supported on desktop SKUs.