在 NSIS 中最小化快捷方式运行
在 Windows 中,可以编辑快捷方式的属性,并选择它是否应正常、最小化或最大化启动目标程序的窗口。
我正在 NSIS 中创建一个安装程序,并且有一些批处理文件,我想为其创建快捷方式并让它们最小化。 有谁在 CreateShortcut 中包含哪些参数来实现此目的吗?
In Windows, one can edit a shortcut's properties and choose whether it should start the target program's window normally, minimized, or maximized.
I'm creating an installer in NSIS, and there are some batch files to which I would like to create shortcuts and have them start minimized. Does anyone what parameters to include in CreateShortcut
to accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是启动最小化目标的快捷方式的一个非常基本的示例。 空字符串用于本示例中忽略的其他参数。 有关详细信息,查看参考
The following is a very basic example of a shortcut that starts the target minimized. The empty strings are for additional parameters that are neglected in this example. For more information, see the reference