Forum Discussion
Windows 11 Taskbar Extra Buttons
https://github.com/microsoft/Windows-classic-samples/tree/main/Samples/Win7Samples/winui/shell/appshellintegration/TabThumbnails
I build this sample about taskbar tab thumbnails. it works well on Win7/8/8.1/10.
But on Win11, follow these steps:
- open TabThumbnails.exe
- New Tabs
- Win+Ctrl+right Change to other virtual desktop
- Win+Ctrl+left Back to virtual desktop
- Taskbar show extra buttons
When after changed virtual desktop, like this:
These extra buttons cannot be hidden, Even if I close tabs.
2 Replies
- JaggerKnoxIron Contributor
Windows 11 introduced changes to the taskbar behavior compared to previous versions, and certain legacy features may not function as expected. Here are some suggestions you can try to resolve or mitigate the issue with extra buttons appearing on the taskbar:
- DeclanRhodesIron Contributor
Review the Microsoft documentation for Windows 11 to understand any new guidelines or differences in taskbar behavior that could impact your application. Microsoft regularly updates its developer documentation, particularly around UI changes in newer operating systems.