You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
开始使用
下载并解压,打开里面的 GUI 程序。
如果您使用的是 Windows 10 1909 (18362) 或更新版本,且是 64 位操作系统,可以使用 WinUI 3 版本,它界面更美观,并且未来更有可能增加新功能。(需要安装 Windows App SDK 运行环境,如需安装,会在启动时询问)
如果您使用的是 Windows 7 或更高版本,可以使用 WPF 版本,WPF 版本在 Windows 7 上有 Aero 效果。(需要安装 .NET 6 运行环境,如需安装,会在启动时询问)
此项目的前身
https://github.com/SuGar0218/winui3-parameter-launcher
目前已知的缺陷
典型使用场景
虽然可以通过快捷方式增加启动参数,但当被其他应用打开时,就不会包含我们需要的启动参数。
基于 Chromium 的程序,当 Windows 10 或更高版本中单独设置了文字缩放时,整个窗口会比系统显示缩放大得多,因此需要启动时附加参数来指定缩放程度。
Chrome、Edge 浏览器,对多声道的支持似乎不是很好,但可以通过启动参数来使它在多个喇叭放出声音。
基于 QT 的程序,不是所有程序都正确处理了系统显示缩放。但好像它只能通过 QT_SCALE_FACTOR 环境变量来指定缩放程度,会影响多个 QT 程序。此程序可以对单个程序设置专属环境变量。
This discussion was created from the release 第一个正式版.
Beta Was this translation helpful? Give feedback.
All reactions