Modifying Windows 11 Start button location and Taskbar icons during OSD

SenhorDolas 1,326 Reputation points
2023-08-23T15:17:56.66+00:00

Hi Everyone,

Is there a way to set the start button on the left as default for all users using reg keys?

I tried using this but only works for current user:

$registryPath = "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" 	
$registryValueName = "TaskbarAl"     $registryValueData = 0     Set-ItemProperty -Path $registryPath -Name $registryValueName -Value $registryValueData
Microsoft Security | Intune | Configuration Manager | Other
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Simon Ren-MSFT 40,341 Reputation points Microsoft External Staff
    2023-08-24T02:42:14.4233333+00:00

    Hi,

    Thank you for posting in Microsoft Q&A forum.

    To modify Windows 11 Start button location and Taskbar icons, you can refer to below helpful links:
    Modifying Windows 11 Start button location and Taskbar icons during OSD/AutoPilot

    Customizing Windows 11 default Start Menu during OSD using LayoutModification.json

    Modify Windows 11 Taskbar during OSD, Intune and GPO

    Please note: The links are not from Microsoft, just for your reference. Thanks for your time. Have a nice day!

    Best regards,

    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Simon Ren-MSFT 40,341 Reputation points Microsoft External Staff
    2023-08-30T09:09:58.45+00:00

    Hi,

    Hope everything goes well. Do you need any further assistance about this issue? If yes, please feel free to let us know, we will do our best to help you.

    If the response is helpful, it's appreciated that you could click "Accept Answer" and upvote it, this will help other users to search for useful information more quickly.

    Thanks for your time.

    Best regards,

    Simon

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.