Ben*_*ant 16 alt-tab desktop-customization windows-10
当我执行 Alt-Tab 时,我可以预览我打开的所有程序。我喜欢这个,但我希望预览窗口小一点。目前我只能在 alt-tab 下的一行中容纳 5 个预览窗口,一旦我添加了第六个,它就会分成两行,每行三行。现在六个预览窗口实际上比五个更大,因为现在它们只有三宽(两倍高)而不是五宽(一高)。
我不想回到旧的 XP alt-tab 样式,当您点击 alt-tab 时,您有图标但没有预览窗口。我喜欢预览窗口,我只是希望它们更小且大小一致,无论我打开了多少。
曾经有一个实用程序可以在您在 Windows 7 和 8 下按 Alt-tab 时控制预览,但似乎 Windows 10 是一种非常不同的野兽。
当我使用 Alt-tab 时,如何在 Windows 10 中获得更小和/或统一大小的预览(不是图标)?
谢谢。
小智 11
在网上找到了这个答案。我将引用与实际 alt-tab 窗口相关的注册表项和值(该帖子也有类似窗口的键和值 - 桌面切换器(?)和 window-snap-window-previewer 东西(我认为)) :
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MultitaskingView\AltTabViewhost]
"Grid_leftmargin"=dword:0000005A
"Grid_rightmargin"=dword:0000005A
"Grid_topmargin"=dword:00000028
"Grid_bottommargin"=dword:00000028
"Grid_adjacentspacing"=dword:00000009
"Grid_rowspacing"=dword:0000000A
"Thumbnail_min_width"=dword:0000004B
"Thumbnail_min_height_percent"=dword:0000000F
"Thumbnail_max_height_percent"=dword:00000028
"Thumbnail_max_aspectratio"=dword:00000096
"Thumbnail_icon_size"=dword:0000001E
"Thumbnail_icon_plate"=dword:00000018
"Thumbnail_label_leftmargin"=dword:00000005
"Thumbnail_label_rightmargin"=dword:00000005
"Thumbnail_label_topmargin"=dword:00000000
"Thumbnail_label_bottommargin"=dword:00000000
"Thumbnail_hover_leftmargin"=dword:0000005
"Thumbnail_hover_rightmargin"=dword:00000005
"Thumbnail_hover_topmargin"=dword:00000005
"Thumbnail_hover_bottommargin"=dword:00000005
"Thumbnail_icon_leftmargin"=dword:00000000
"Thumbnail_icon_rightmargin"=dword:00000005
"Thumbnail_icon_topmargin"=dword:00000005
"Thumbnail_icon_bottommargin"=dword:00000000
"Thumbnail_hover_color"=dword:00000000
"Thumbnail_hover_percent"=dword:00000036
"Thumbnail_focus_border_width"=dword:00000002
"Thumbnail_focus_border_color"=dword:00FFFFFF
"Thumbnail_focus_percent"=dword:00000064
"Thumbnail_mousedown_shrinkpercent"=dword:0000005F
"Thumbnail_closebutton__width"=dword:0000001E
"Thumbnail_closebutton__height"=dword:0000001E
"ScrollButtonContainer_leftmargin"=dword:00000000
"ScrollButtonContainer_rightmargin"=dword:00000000
"ScrollButtonContainer_topmargin"=dword:00000000
"ScrollButtonContainer_bottommargin"=dword:00000000
"ScrollButtonContainer_buttonspacing"=dword:0000000F
"ScrollButtonContainer_button__width"=dword:00000069
"ScrollButtonContainer_button__height"=dword:00000028
"Desktop_background_margin_leftmargin"=dword:00000000
"Desktop_background_margin_rightmargin"=dword:00000000
"Desktop_background_margin_topmargin"=dword:00000014
"Desktop_background_margin_bottommargin"=dword:0000000
"Desktop_background_color"=dword:001D1D1D
"Desktop_layout_margin_leftmargin"=dword:0000000A
"Desktop_layout_margin_rightmargin"=dword:0000000A
"Desktop_layout_margin_topmargin"=dword:00000000
"Desktop_layout_margin_bottommargin"=dword:0000000F
"Desktop_item_spacing"=dword:0000000A
"Desktop_click_scale"=dword:0000005F
"Desktop_rest_overlay_alpha"=dword:0000008A
"New_button_glyph_size"=dword:0000000C
"New_button_plate"=dword:0000000C
"New_button_plate_hover"=dword:00121212
"New_button_glyph_color"=dword:00FFFFFF
"New_button_focus_margins_leftmargin"=dword:00000010
"New_button_focus_margins_rightmargin"=dword:00000010
"New_button_focus_margins_topmargin"=dword:00000010
"New_button_focus_margins_bottommargin"=dword:00000010
"Desktop_closebutton__width"=dword:0000001E
"Desktop_closebutton__height"=dword:0000001E
"DimmingLayer_percent"=dword:00000023
"Wallpaper"=dword:00000001
"DimmingLayer_leftmargin"=dword:00000000
"DimmingLayer_rightmargin"=dword:00000000
"DimmingLayer_topmargin"=dword:00000000
"DimmingLayer_bottommargin"=dword:00000000
"Grid_Desktop_margin"=dword:000000F
"Desktop_height"=dword:00000078
Run Code Online (Sandbox Code Playgroud)
其中最有趣的是Thumbnail_min_width,Thumbnail_min_height_percent和Thumbnail_max_height_percent- 减少这些值以显着减小微型尺寸。Grid_*还可以减少这些值以将 alt-tab 网格打包得更紧。我目前正在使用:
"Thumbnail_min_width"=dword:00000032
"Thumbnail_min_height_percent"=dword:00000001
"Thumbnail_max_height_percent"=dword:00000020
Run Code Online (Sandbox Code Playgroud)
我想借此机会建议Thumbnail_icon_size应该增加到十六进制 0x20(十进制 32),因为这是标准的图标大小(在没有真正的 30x30 图标的情况下,Windows 将 32x32 缩小了 30x30,这会稍微模糊更清晰-边缘图标)。
上面链接的帖子声称您无需重新启动或重新启动资源管理器即可应用对这些值的更改,我可以确认确实如此。
小智 10
这将为您提供 Windows XP 的旧的基于图标的 Alt-TAB 视图。它适用于这个显示,没有进行永久设置。
| 归档时间: |
|
| 查看次数: |
12489 次 |
| 最近记录: |