This tutorial will show you how to change what shows when pressing ALT+TAB to switch between open windows and tabs in Microsoft Edge for your account in Windows 11.
You can press the Alt + Tab or Ctrl + Alt + Tab keys to switch between open windows in Windows 11.
You can change how many recent tabs from apps show when snapping or pressing Alt+Tab.
Starting with Windows 11 build 22563, there is now support for Microsoft Edge tabs in snap assist and Alt+Tab.
Starting with Windows 11 build 22621.1928, All tabs has been replaced by 20 most recent tabs to show tabs in Alt+Tab and Snap Assist.
Contents
- Option One: Change what Alt+Tab Shows in Settings
- Option Two: Change what Alt+Tab Shows using REG file
EXAMPLE: Alt+Tab
1 Open Settings (Win+I).
2 Click/tap on System on the left side, and click/tap on Mulitasking on the right side. (see screenshot below)
3 Click/tap on Desktops on the right side to expand it open. (see left screenshot below)
4 Select what you want below in the Show Microsoft Edge tabs when snapping or pressing Alt + Tab drop menu. (see screenshots below)
- "All tabs" or "20 most recent tabs" (22621.1928+)
- 5 most recent tabs
- 3 most recent tabs (default)
- Don't show tabs
5 You can now close Settings if you like.
1 Click/tap on the Download button below to download the REG file you want to use.
Show_all_tabs_from_apps_when_snapping_or_Alt+Tab.reg
Starting with Windows 11 build 22621.1928, All tabs has been replaced by 20 most recent tabs. This will apply to both.
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"MultiTaskingAltTabFilter"=dword:00000000
Show_5_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab.reg
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"MultiTaskingAltTabFilter"=dword:00000001
Show_3_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab.reg
This is the default setting.
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"MultiTaskingAltTabFilter"=dword:00000002
Dont_show_tabs_from_apps_when_snapping_or_Alt+Tab.reg
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"MultiTaskingAltTabFilter"=dword:00000003
2 Double click/tap on the downloaded .reg file to merge it.
3 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
4 You can now delete the downloaded .reg file if you like.
That's it,
Shawn Brink
Attachments
-
Alt+Tab.png15.6 KB · Views: 127
-
Dont_show_tabs_from_apps_when_snapping_or_Alt+Tab.reg628 bytes · Views: 83
-
Show_3_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab.reg628 bytes · Views: 71
-
Show_5_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab.reg636 bytes · Views: 80
-
Show_all_tabs_from_apps_when_snapping_or_Alt+Tab.reg636 bytes · Views: 96
Last edited: