Windows Last Click {{{ You can achieve this behavior in Windows 11 by enabling the Last Active Click feature for taskbar icons. Once enabled, clicking on an app’s icon will open the last active window directly, without the need to hold the Ctrl key. Here’s how you can do it: First, remember to create a system restore point or back up your registry before making any changes. This tweak should make your workflow smoother by eliminating the need to hold the Ctrl key. Enable Last Active Click on Taskbar: Press Windows key + R, type regedit, and hit Enter to open the Registry Editor. Navigate to the following path: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced Right-click in the right pane, select New > DWORD (32-bit) Value, and name it LastActiveClick. Double-click the newly created value and set its Value data to 1. Click OK to save the changes. Now, when you click on an app’s icon on the taskbar, it will open the last active window1[1]23. Restart Explorer: To apply the changes, either: Restart the explorer process (you can do this via Task Manager). Sign out and sign back in. Restart your computer. You’ll notice that clicking on the taskbar icon now opens the last active window directly. On: reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v LastActiveClick /t REG_DWORD /d 1 /f Off: reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v LastActiveClick /t REG_DWORD /d 1 /f }}}