使用 explorer.exe 打开应用程序,但添加了设置

Posted

技术标签:

【中文标题】使用 explorer.exe 打开应用程序,但添加了设置【英文标题】:Open application with explorer.exe but with settings added 【发布时间】:2021-08-20 23:26:47 【问题描述】:

当我从记事本 .bat 文件运行它时,它会打开我的应用程序。但是当我在末尾添加?streamermode=1 时,它只会打开空白文件夹。

explorer.exe fivem://connect/IP --> works

explorer.exe fivem://connect/IP?streamerMode=1   --> does not work

【问题讨论】:

【参考方案1】:

命令fivem://connect/IP 是Uniform Resource Identifier 此命令启动与该 URI 关联的应用程序

explorer.exe "fivem://connect/IP?streamerMode=1"
explorer.exe "https://***.com/"

Powershell:

Start-Process "fivem://connect/IP?streamerMode=1"

CMD:

start "fivem://connect/IP?streamerMode=1"

C#

Process.Start("fivem://connect/IP?streamerMode=1")

您也可以通过浏览器作为站点运行此命令

fivem://connect/IP?streamerMode=1

【讨论】:

我只是解码这个命令并且它工作。谢谢!!!

以上是关于使用 explorer.exe 打开应用程序,但添加了设置的主要内容,如果未能解决你的问题,请参考以下文章

使用 Process.Start 打开资源管理器窗口会创建过多的 explorer.exe 进程

Google调用explorer.exe打开本地文件

windows打开程序过程

Explorer.EXE不支持此接口……

java上打开一个游戏显示java异常退出,内存不足,是怎么回事

win10开机输入密码后黑屏只有鼠标 可打开任务管理器 无法运行explorer.exe