Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够在 Windows Vista 和更新版本中禁用窗口透明度。我知道有工具可以做到这一点,但我们如何以编程方式做到这一点?
这不完整,但可能会在等待测试时工作:
打开 regedit,转到 HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM
添加 DWORD 值,将其命名为“ColorizationOpaqueBlend”,不带引号,并将值数据设置为 0。
重启电脑或更换主题。