Key
Applies To: Windows 8, Windows 8.1, Windows Server 2012, Windows Server 2012 R2
Key
specifies a unique value for each region within a regional override. It is used when specifying a set of region-specific apps that appear on the Start and Lock screens.
Each regional override can be used for multiple regions. For example, you could add a set of apps that are designed for South American business travel that only appear for your users in South America.
Your user’s region can be selected by the user during OOBE, or can be specified with Microsoft-Windows-International-Core\UserLocale.
If the selected region matches a region in Windows-Shell-Setup\StartMenu\RegionalOverrides\RegionalOverride\Regions\Region, then Windows displays the set of apps from that regional override. The set of apps is specified by Microsoft-Windows-Shell-Setup\StartTiles\RegionalOverrides\RegionalOverride: WideTiles, SquareTiles, and LockScreen.
If the selected region doesn’t match any of these regions, then Windows displays the set of apps from Microsoft-Windows-Shell-Setup\StartTiles: WideTiles, SquareTiles, and LockScreen.
Values
Key |
Specifies a unique value for each region. This value is not case-sensitive. |
Valid Configuration Passes
specialize
auditUser
oobeSystem
Parent Hierarchy
Microsoft-Windows-Shell-Setup | StartTiles | RegionalOverrides | RegionalOverride| Regions | Region | Key
XML Example
The following XML output shows how to configure a set of Apps that apply to only in France and Italy.
<RegionalOverrides>
<RegionalOverride>
<Order>1</Order>
<Regions>
<Region>
<CountryOrRegionID>IT</CountryOrRegionID>
<Key>1</Key>
</Region>
<Region>
<CountryOrRegionID>FR</CountryOrRegionID>
<Key>2</Key>
</Region>
</Regions>
<!-- Square tiles, Wide Tiles, and LockScreen apps are specified here -->
</RegionalOverride>
<RegionalOverrides>