Hide 'Task view' button on the taskbar

TaskbarMinimum Windows Build: 22000Revertible

This will disable the 'Task view' button on the taskbar, which allows you to see all your open windows and virtual desktops.

Code to Apply

Hide 'Task view' button on the taskbarRegistry
Windows Registry Editor Version 5.00


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"ShowTaskViewButton"=dword:00000000

Code to Revert

Show 'Task view' button on the taskbarRegistry
Windows Registry Editor Version 5.00


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"ShowTaskViewButton"=dword:00000001

Want to combine this with other tweaks?

Open Configurator