Badge is a container that holds the AppId value for the application whose monochrome icon appears on the Lock screen. No additional work is required on your end to make it monochrome; Windows does that automatically. Lock screen badges should only show toast notifications, be easy to understand, include only personally relevant information, and should stay current so users can scan the tile to get the latest information. Clicking on the badge does not activate the app.

Child Elements

AppId

Specifies the application whose monochrome icon appears on the Lock screen.

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 set LockScreen.

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

See Also