我如何运行两个firefox副本?


Answers:


4

围绕Firefox的PortableApps包装器限制了firefox.exe进程数量。但是,如果您运行Firefox并尝试与它一起运行Firefox Portable,它将检测到此并拒绝打开。

要解决此问题,您需要编写一个PortableApps Firefox配置文件。您可以在Other/Source/调用中找到示例配置文件FireFoxPortable.ini

[FirefoxPortable]
FirefoxDirectory=App\firefox
ProfileDirectory=Data\profile
SettingsDirectory=Data\settings
PluginsDirectory=Data\plugins
FirefoxExecutable=firefox.exe
AdditionalParameters=
LocalHomepage=
DisableSplashScreen=false
AllowMultipleInstances=false
DisableIntelligentStart=false
SkipCompregFix=false
RunLocally=false

您需要调整的值AllowMultipleInstances,默认情况下设置为false。将它设置为true,并将该文件保存为FirefoxPortable.ini一起FirefoxPortable.exe

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.