Hide 'Task view' button on the taskbar

TaskbarMinimale Windows-buildversie: 22000Omkeerbaar

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

Toe te passen code

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 om ongedaan te maken

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

Wilt u dit combineren met andere aanpassingen?

Configurator openen