TranslucentTB 是一款适用于 Win10/11 系统的「任务栏透明」工具。然而,微软最近推送 Build 22621 后,该软件无法正常工作。本文将分享一种折中的方法,通过 ViVeTool 禁用新的任务栏,在作者更新软件前保持任务栏透明。
Build 22563 更新后,TranslucentTB 失效,无论怎么设置都无法使任务栏透明。2023 年 3 月,微软已向稳定通道推送 Build 22621,正常用户也受到影响。
Github Issue 追踪:https://github.com/TranslucentTB/TranslucentTB/issues/537
可能的问题原因
The new update brings a brand new taskbar called Foldable Taskbar. It have a pointer to judge the taskbar is folded. But old version dont have this function, so it’s a null pointer. There is a dilemma in choosing between brand new taskbar without any bug and Translucent TB with a crush while right click on Windows. To use new taskbar, enter “vivetool addconfig 26008830 2” in vivetool. Enter “vivetool delconfig 26008830 2” in vivetool to use old taskbar.
Build 22563 更新日志中提到「平板优化的任务栏」(Tablet-optimized taskbar),可能是这个更改造成的问题。
Tablet-optimized taskbar in both collapsed and expanded states.
也有可能是这个最新的托盘动画导致的….(图源未知)
作者提到,自己在学业和生活上比较忙,暂时没有时间适配最新版本的 Windows。因此,我们要么使用新的任务栏,要么重新启用旧任务栏享受透明化。
我们需要使用 ViVeTool 来禁用最新的任务栏。
按住 ⊞ Windows + X 或者 右键任务栏中的 Windows 徽标,选择「终端(管理员)」,依次键入以下命令:
1 | iwr https://github.com/thebookisclosed/ViVe/releases/download/v0.3.2/ViVeTool-v0.3.2.zip -OutFile vive.zip # 下载工具 |
出现 Successfully set feature configuration(s)
后重启电脑,即可正常使用 TranslucentTB。
其他方法
如果你有 Vivetool,那么直接执行 vivetool.exe /disable /id:26008830 /variant:2 即可。
如果你倾向使用包管理器,可以通过 Scoop 等包管理器安装 ViVeTool:
1 | scoop bucket add extras |
使用 ViVeTool 修改系统有风险,微软在未来可能会删除旧版本的任务栏,届时您的资源管理器将无法正确运行(可能会黑屏)。
要重新启用新任务栏,请输入命令 vivetool /enable /id:26008830
。