为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Open links in other Windows programs in private mode

  • 4 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 Kish_B

more options

Hello,

I have set Firefox as my default browser so when I click on any weblinks in other programs they open in Firefox. However, I'd like for these links to open in "private browsing" mode just in case they are unsafe. Is there a way to set Firefox to open all links in private browsing mode?

Apple allows for this in Safari as long as the last use of the browser was in private browsing mode and I find it to be very useful.

Hello, I have set Firefox as my default browser so when I click on any weblinks in other programs they open in Firefox. However, I'd like for these links to open in "private browsing" mode just in case they are unsafe. Is there a way to set Firefox to open all links in private browsing mode? Apple allows for this in Safari as long as the last use of the browser was in private browsing mode and I find it to be very useful.

被采纳的解决方案

Hi Kish_B, Outlook's right-click context menu for links doesn't let you choose a specific program, so I think you have two possible workarounds:

(1) Find a launcher program to stand in as your default browser and let you decide, on a link-by-link basis, where you want to send it.

(2) Edit the URL handler setting in the Windows registry.

If you want to try that (and you promise not to mess things up in there!), here's how:

(A) Start the RegEdit.exe program (if you type regedit in the Windows Start menu search box, a link to the program will come up among the results)

(B) In the left pane, expand:

HKEY_CLASSES_ROOT

=> FirefoxURL*

=> shell

=> open

=> command

* Note: There may be additional FirefoxURL entries, as noted in the attached "Before" screenshot, if you made simultaneous installations of Firefox. You'll want to modify the one that matches up with your current main installation.

(C) On the right side, the (Default) value will be either of these (depending on the program installation folder):

  • "C:\Program Files\Mozilla Firefox\firefox.exe" -osint -url "%1"
  • "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -osint -url "%1"

That instructs Windows to call Firefox and passes the URL to it ("%1" is replaced by the URL).

Found it? Now you will edit the command and replace

-url

with

-private-window

So you will end up with one of these:

  • "C:\Program Files\Mozilla Firefox\firefox.exe" -osint -private-window "%1"
  • "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -osint -private-window "%1"

The "After" screenshot is attached.

(D) Test -- before closing RegEdit, try a lik in Outlook and it should open in a private window instead of a regular window.

Success?

It's possible that your next Firefox update, or triggering Firefox to make itself the default browser, will switch this back to its default value, so be on the lookout for that.

定位到答案原位置 👍 2

所有回复 (4)

more options

"Private Browsing" doesn't protect you from "unsafe" websites, it is a way to prevent other people on your computer from viewing your history as it is cleared after you close the window.

Can you please elaborate on what sort of "unsafe" websites you're worried about?

Some better ways to protect yourself online:

more options

Thanks for taking the time to reply Tyler. While those are all great suggestions, they don't specifically address what I'm looking for. I need a browser that functions like Firefox Focus but for the desktop. When I'm browsing known sites it is helpful and convenient to use Firefox as is. But, for example if I'm reading an email in Outlook with a link to an online article, I'd like to be able to click on the link and have it open in private browsing mode that way when I'm done I don't have any leftover cookies or trackers. I know you can set Firefox to always open in private but that disables the ability to remember passwords, etc for the useful sites I do use. My ideal solution would be: Firefox Focus as a default browser, then regular Firefox for work and visiting known and trusted sites.

more options

选择的解决方案

Hi Kish_B, Outlook's right-click context menu for links doesn't let you choose a specific program, so I think you have two possible workarounds:

(1) Find a launcher program to stand in as your default browser and let you decide, on a link-by-link basis, where you want to send it.

(2) Edit the URL handler setting in the Windows registry.

If you want to try that (and you promise not to mess things up in there!), here's how:

(A) Start the RegEdit.exe program (if you type regedit in the Windows Start menu search box, a link to the program will come up among the results)

(B) In the left pane, expand:

HKEY_CLASSES_ROOT

=> FirefoxURL*

=> shell

=> open

=> command

* Note: There may be additional FirefoxURL entries, as noted in the attached "Before" screenshot, if you made simultaneous installations of Firefox. You'll want to modify the one that matches up with your current main installation.

(C) On the right side, the (Default) value will be either of these (depending on the program installation folder):

  • "C:\Program Files\Mozilla Firefox\firefox.exe" -osint -url "%1"
  • "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -osint -url "%1"

That instructs Windows to call Firefox and passes the URL to it ("%1" is replaced by the URL).

Found it? Now you will edit the command and replace

-url

with

-private-window

So you will end up with one of these:

  • "C:\Program Files\Mozilla Firefox\firefox.exe" -osint -private-window "%1"
  • "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -osint -private-window "%1"

The "After" screenshot is attached.

(D) Test -- before closing RegEdit, try a lik in Outlook and it should open in a private window instead of a regular window.

Success?

It's possible that your next Firefox update, or triggering Firefox to make itself the default browser, will switch this back to its default value, so be on the lookout for that.

more options

Spot on jscher2000! Got it in the first try! This will be great until they release Firefox Focus for the desktop. Thanks for taking the time to put together such clear directions