搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

run two copies

  • 5 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 brianphillips

more options

Until a few days ago I could run two or more copies of FireFox simultaneously. Now I cannot. How do I revert to the old situation please?

Until a few days ago I could run two or more copies of FireFox simultaneously. Now I cannot. How do I revert to the old situation please?

被采纳的解决方案

Thanks for all the help and sorry for making my original post so cryptic. I have FireFox as an icon on the Win 10 taskbar. When I click the icon FireFox opens. Previously when I right-clicked the icon I could open a new window and FireFox would open in it. This process ceased to work a few days ago and hence my question to the forum. To-day, however, the process works again. I can now open a second FireFox window as I use to by right-clicking the task-bar icon. I can offer no explanation!

Brian

定位到答案原位置 👍 0

所有回复 (5)

more options

They must be installed on two different folder to run separately. If you didn't do this it will not work.

more options

Are you talking about running Firefox as separate windows/profiles?

I sometimes run two different versions of Firefox. C:\PROGRA~1\MOZILL~1\firefox.exe -no-remote -new-instance -new-window -P Firefox_v_57

https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options

Usage: C:\PROGRA~1\MOZILL~1\firefox.exe [ options ... ] [URL]
      where options include:
 
 -h or -help        Print this message.
 -v or -version     Print Firefox version.
 -P <profile>       Start with <profile>.
 -migration         Start with migration wizard.
 -ProfileManager    Start with ProfileManager.
 -no-remote         Do not accept or send remote commands; implies -new-instance.
 -new-instance      Open new instance, not a new window in running instance.
 -UILocale <locale> Start with <locale> resources as UI Locale.
 -safe-mode         Disables extensions and themes for this session.
 -console           Start Firefox with a debugging console.
 -jsconsole         Open the Error console.
 -browser           Open a browser window.
 -new-window  <url> Open <url> in a new window.
 -new-tab     <url> Open <url> in a new tab.
 -preferences       Open Options dialog.
 -search     <term> Search <term> with your default search engine.
 -setDefaultBrowser Set this app as the default browser.
more options

FredMcD said

Are you talking about running Firefox as separate windows/profiles? I sometimes run two different versions of Firefox. C:\PROGRA~1\MOZILL~1\firefox.exe -no-remote -new-instance -new-window -P Firefox_v_57 https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options

Why are you using the -new-instance when it does nothing on Windows as mentioned on same page. You are also not using the -new-window switch properly as it is for opening a url in a new window.

-new-instance Note: Not available for Windows, see bug 855899.

more options

If you use the -no-remote command line switch then you should be able to run multiple Firefox versions. If you want to be able to open external links in Firefox then you should start the default browser without the -no-remote switch. The -no-remote switch hides this instance from the OS and you can't open external in such an instance.

See also:

more options

选择的解决方案

Thanks for all the help and sorry for making my original post so cryptic. I have FireFox as an icon on the Win 10 taskbar. When I click the icon FireFox opens. Previously when I right-clicked the icon I could open a new window and FireFox would open in it. This process ceased to work a few days ago and hence my question to the forum. To-day, however, the process works again. I can now open a second FireFox window as I use to by right-clicking the task-bar icon. I can offer no explanation!

Brian