How to move the start button to the left side of the taskbar using Group Policy
Published March 11, 2023 by Danny Moran
Table of Contents
Introduction
Learn how to move the taskbar alignment from the middle to the left side manually as well as using Group Policy. In this example, I show you how to manually move and align the taskbar items from the center to the left of the taskbar, as well as how you can deploy a registry key using group policy and item-level targeting.
How to move the start button to the left side of the taskbar using Group Policy video
How to move the start button to the left side of the taskbar using Group Policy
Open Group Policy Management
Right-click Group Policy Objects and select New
Enter a name for your GPO. (Example: win-11-start-button)
Navigate to User Configuration > Preferences > Windows Settings > Registry
Right-click and select New Registry Item
Under General settings, configure the following settings:
- Action: Update
- Hive: HKEY_CURRENT_USER
- Key Path: Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
- Value name: TaskbarAl
- Value type: REG_DWORD
- Value data: 0
Under Common settings, configure the following settings:
Tick Item-level targeting
Select Targeting…
Press New Item
Select WMI Query
- Query:
select * from Win32_OperatingSystem where Version like "10.0.2%" and ProductType="1"
- Namespace: Root\cimv2
- Property: Leave this blank
Press OK
Press Apply to the TaskbarAl Properties window.
Then press OK to close the window.
Close the Group Policy Management Editor window.
Drag the Group Policy Object and drop it over the organisational unit(s) that have the users you want to apply this policy to.
Wait for the policy to update on the users workstations and the taskbar should now move to the left side. (You can speed this process up by running
gpupdate /force
on the clients to pull down the new policy immediately)
The taskbar should now be aligned to the left.