AppId specifies the application whose monochrome icon appears on the Lock screen. The AppId must be the AppUserModelID found in the application's AUMIDs.txt file, which is located in the app package downloaded from the OEM channel partner portal of the Windows® Store.

If the region of the current user account is among those in the Start Tile regional overrides, you can use this setting. For more information, see RegionalOverrides.

Values

The AppId is a string, with a maximum value of 256 characters.

Valid Configuration Passes

specialize

auditUser

oobeSystem

Parent Hierarchy

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 configure the AppId for the LockScreen.

  Copy Code
<LockScreen>
  <Badge>
	<AppId>34567ChannelFabrikam.channel-DEF_012ghijk345!App</AppId>
  </Badge>
</LockScreen>

See Also