ShowWindowsStoreAppsOnTaskbar

Applies To: Windows 8.1

ShowWindowsStoreAppsOnTaskbar shows Window Store apps on taskbar.

Values

true

Specifies to show Windows Store apps on the taskbar.

false

Specifies to not show Windows 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 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 Windows Store apps on the taskbar.

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

See Also

Concepts

DesktopOptimization
GoToDesktopOnSignIn