ShowWindowsStoreAppsOnTaskbar

ShowWindowsStoreAppsOnTaskbar shows Window Store apps on taskbar.

Values

true

Specifies to show Microsoft Store apps on the taskbar.

false

Specifies to not show Microsoft Store apps on the taskbar.

Note   The default value of ShowWindowsStoreAppsOnTaskbar depends on the selected power platform role.

Important   It’s recommended that both settings, GoToDesktopOnSignIn and ShowWindowsStoreAppsOnTaskbar, be set to a consistent value, either both set to true or both set to false.

Valid Configuration Passes

offlineServicing

oobeSystem

specialize

Parent Hierarchy

Microsoft-Windows-Shell-Setup | DesktopOptimization | ShowWindowsStoreAppsOnTaskbar

Applies To

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

XML Example

The following XML output specifies to go to the desktop on sign in and to show Microsoft Store apps on the taskbar.

<DesktopOptimization>
     <GoToDesktopOnSignIn>true</GoToDesktopOnSignIn>
     <ShowWindowsStoreAppsOnTaskbar>true</ShowWindowsStoreAppsOnTaskbar>
</DesktopOptimization>

DesktopOptimization

GoToDesktopOnSignIn