Training
Learning path
MD-100 Configure post-installation settings and personalization - Training
MD-100 Configure post-installation settings and personalization
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The FirstRunTask
setting specifies the background task that is active, or live, by default for a tile when a user signs in to Windows for the first time.
The background task must register the user with Windows Notification Service at first sign-in, and must send notifications to the app’s live tile.
If the region of the current user account is among those in the Start Tile regional layouts, you can use this setting. For more information, see RegionalOverrides.
To make a tile live, do one of the following:
If your background task is in JavaScript, specify the .js file that implements the IBackgroundTask interface.
If your background task is in XAML or C++, specify the class ID for the application.
specialize
auditUser
oobeSystem
Microsoft-Windows-Shell-Setup | StartTiles | RegionalOverrides | RegionalOverride | WideTiles | WideTile6 | FirstRunTask
For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
The following XML output shows how to use the <WideTiles>
component.
<WideTiles>
<WideTile1>
<AppId>12345ChannelFabrikam.channel-ABC_defghij6789!App</AppId>
<FirstRunTask>backgroundtask.js</FirstRunTask>
</WideTile1>
<WideTile2>
<AppId>34567ChannelFabrikam.channel-DEF_012ghijk345!App</AppId>
<FirstRunTask>Fabrikam.FirstRunTask</FirstRunTask>
</WideTile2>
<WideTile3>
<AppId>56789ChannelFabrikam.channel-GHI_67890jklmno!App</AppId>
</WideTile3>
</WideTiles>
Training
Learning path
MD-100 Configure post-installation settings and personalization - Training
MD-100 Configure post-installation settings and personalization