Windows taskbar preview window (thumbnail) setting more than 1 does not display

If the wind10 taskbar is in a merged state, it will be difficult to select among a bunch of preview windows when there are many windows. Because the window is too small, we often choose according to the title of the window, but the title is not displayed completely because of the width of the preview window. , It’s not as convenient as displaying the title directly.
My personal habit is to make as few changes as possible, and I don’t mind if a single window is a thumbnail. So only one place was changed.
Create a xxx.reg file (xxx can be free), and then write the following

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
"NumThumbnails"=dword:00000001

Then double-click in 任务管理器the restart 资源管理器can be (not to restart the computer).
If you want to restore, change the file just now:

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
"NumThumbnails"=-

After saving, double-click to run, and then restart the explorer (or restart the computer).
The final effect is as follows:
multiple merged windows,
Insert picture description here
a single window displays thumbnails
Insert picture description here

Guess you like

Origin blog.csdn.net/Fei20140908/article/details/106610716