PenFirstRunExperience

PenFirstRunExperience specifies the default application invoked by pen first run experience trigger, and DefaultAppAumid will be used if DefaultAppUri was not set, otherwise DefaultAppAumid will be ignored.

Child Elements

Setting Description
DefaultAppUri Specify the URI corresponding to the application will be launched.
DefaultAppAumid Specify the AUMID corresponding to the application will be launched.

Valid Configuration Passes

specialize

Parent Hierarchy

Microsoft-Windows-Shell-Setup | PenFirstRunExperience

Applies To

For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.

XML Example

The following XML output shows how to set PenFirstRunExperience.

<PenFirstRunExperience>
   <DefaultAppUri>URI</DefaultAppUri>
   <DefaultAppAumid>AUMID</DefaultAppAumid>
</PenFirstRunExperience>

Microsoft-Windows-Shell-Setup