Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pinned items to the Windows 11 taskbar and remove the Windows Store #11

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

skyblaster
Copy link
Contributor

Based on the following instructions:
https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/customize-the-windows-11-taskbar

Unlike the "Start menu layout" Device Restrictions configuration profile, this method seems to be limited to pinning only three additional apps to the taskbar.

@kcyberman17
Copy link

kcyberman17 commented Oct 29, 2024

I was able to add pinned items using the Layout.xml method and copying the file to the following location:
Copy-Item "$($installFolder)Layout.xml" "C:\Users\Default\AppData\Local\Microsoft\Windows\Shell\Layout.xml" -Force

For removing the Windows Store from the taskbar, that can be accomplished with a regkey:
reg.exe add "HKLM\TempUser\Software\Policies\Microsoft\Windows\Explorer" /v "NoPinningStoreToTaskbar" /t REG_DWORD /d 1 /f | Out-Host

@mtniehaus mtniehaus merged commit 91b4c78 into mtniehaus:main Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants