Edit

desktop:FullTrustProcess

Represents a desktop process that runs in full-trust.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <desktop:Extension>
               └─ <desktop:FullTrustProcess>

Syntax

<desktop:FullTrustProcess>

  <!-- Child elements -->
  desktop:ParameterGroup{0,1000}

</desktop:FullTrustProcess>

Key

{} specific range of occurrences

Attributes

None.

Child elements

Child element Description
desktop:ParameterGroup Represents a group of command-line parameters for a full-trust process.

Parent elements

Parent element Description
desktop:Extension Declares an extensibility point for the app.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10
Minimum OS Version Windows 10 version 1607 (Build 14393)

Remarks

For more details, see FullTrustProcessLauncher.

Examples