Modify the display width and width of the task button (taskbar label) of the taskbar.
The default width setting of the "task button (taskbar tag)" in the taskbar is actually very reasonable, but for me loyal to Windows resource manager, it is always not suitable for merging task buttons, to display more task buttons, you can only narrow down the task button width.
1. In the Win + R dialog box, enter Regedit to open the Registry Manager.
2. ExpandHKEY_CURRENT_USER \ Control Panel \ Desktop \ WindowMetrics
3. Create a new "string value" and Value Name "MinWidth"
4. The pixel width you want to display in the value data input. The default value is about 135.Recommended width: 100
5. After modification, you must log out of the system or restart the system to make the modification take effect.
Command Line Modification: reg add "HKCU \ Control Panel \ Desktop \ WindowMetrics"/v MinWidth/d "100"/f