Windows 运行 对话框和命令

Windows Run dialog and cmd

我有一个简单的问题,我可以使用 Run 对话框 n windows 启动程序,但不能从 CMD(或 PowerShell)启动程序。

命令是steam://run/<app-id>

我想知道如何从控制台 运行 执行相同的命令。我试了 steam steam:// Steam.exe 但是 none 成功了(最后一个只打开了 steam)

在命令window中,使用start命令

start steam://run/<app-id>

不是这个问题的正确论坛,但快速 google 会转到显示 steam.exe 的 command-line 选项的 Valve 页面。我会自己推荐 google,但为了完整起见,steam.exe 似乎接受了 -applaunch 参数。