windows - 如何使用 cmd 在最小化窗口中启动 Windows 10 应用程序?

标签 windows batch-file cmd

我试过使用下面的代码。它会打开 Microsoft Edge,但不会将其最小化。

start /min microsoft-edge:

而下面的代码是为其他应用程序做的。 例如,

start /min notepad.exe

最佳答案

start /min microsoft-edge:

此命令开始在 Windows 10 上使用 Insider 预览。

关于windows - 如何使用 cmd 在最小化窗口中启动 Windows 10 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37162913/

相关文章:

c# - Process.Start 无法正确运行批处理文件

windows - 命令中不解析的变量

batch-file - 批处理文件,使用 dir 命令进行字符串操作

jenkins - jenkins 中的 Windows 批处理命令失败

windows - 在 Windows 批处理脚本中获取不带扩展名的文件名

node.js - 使用 ngrok 在 Windows PC 上为 Slack 在本地开发时无法运行 sudo

java - 在 Windows 命令行上运行在 IntelliJ 中创建的 Java 程序

c - 是否可以通过按键随时退出没有线程的 C 控制台应用程序?

python - manage.py runserver 不终止

c++ - 单独更改我的应用程序的字体平滑而不是全局 Windows 字体平滑设置