具有多个配置文件的 Firefox 在 Windows 中没有 -no-remote
Firefox with multiple profiles without -no-remote in widnows
我需要在 windows
中不带 -no-remote 的情况下使用多个配置文件打开 Firefox
我可以使用 -no-remote 打开多个配置文件,例如
firefox -P production -no-remote
firefox -P test -no-remote
但问题是我有外部应用程序需要打开一个新的 url like
firefox -P production -url ...
firefox -P test -url ...
问题是当使用-no-remote
启动实例时远程命令功能被禁用
似乎 -new-instance 在 windows 中也不起作用... https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options
我找到了一个解决方案来保留 -no-remote 并使用 Remote Control 插件
执行远程命令
我需要在 windows
中不带 -no-remote 的情况下使用多个配置文件打开 Firefox我可以使用 -no-remote 打开多个配置文件,例如
firefox -P production -no-remote
firefox -P test -no-remote
但问题是我有外部应用程序需要打开一个新的 url like
firefox -P production -url ...
firefox -P test -url ...
问题是当使用-no-remote
启动实例时远程命令功能被禁用似乎 -new-instance 在 windows 中也不起作用... https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options
我找到了一个解决方案来保留 -no-remote 并使用 Remote Control 插件
执行远程命令