Enable 'Last Active Click' behavior for taskbar apps

TaskbarVersión mínima de Windows: 22000Reversible

When enabled, clicking on an app in the taskbar will switch to the last active window of that app, instead of only showing the thumbnail preview.

Código para aplicar

Enable 'Last Active Click' behavior for taskbar appsRegistry
Windows Registry Editor Version 5.00


; When clicking the icon of a a running application in the taskbar (that

; currently has multiple windows open), typically a pop-up will appear showing

; the multiple windows, and you'll have to click a second time to select the

; window you want to focus on.

;

; This registry hack instead turns the icon click into a "focus on the last

; active window" action. You can click it repeatedly to cycle focus through all

; the windows open for that application.

;

; With this enabled, the pop-up window display will still show if you hover

; your mouse over the taskbar icon.


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

"LastActiveClick"=dword:00000001

Código para revertir

Disable 'Last Active Click' behavior for taskbar appsRegistry
Windows Registry Editor Version 5.00


; This disables the last-active-click action for the taskbar.

; (Please see the `Enable_Last_Active_Click.reg` file for an

; explanation of what this undoes.)


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

"LastActiveClick"=-

¿Quieres combinarlo con otros ajustes?

Abrir configurador