為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

How do I open a private window with a url from command line windows 10?

  • 11 回覆
  • 1 有這個問題
  • 7 次檢視
  • 最近回覆由 mustang.4222

more options

I've tried: "C:\Program Files\Mozilla Firefox\firefox.exe" -private google.com "C:\Program Files\Mozilla Firefox\firefox.exe" google.com -private "C:\Program Files\Mozilla Firefox\firefox.exe" -private-window google.com "C:\Program Files\Mozilla Firefox\firefox.exe" google.com -private-window all with no luck. What am I doing wrong? From reading the developer documentation ' "C:\Program Files\Mozilla Firefox\firefox.exe" -private-window url' should work but it doesn't. Thanks.

I've tried: "C:\Program Files\Mozilla Firefox\firefox.exe" -private google.com "C:\Program Files\Mozilla Firefox\firefox.exe" google.com -private "C:\Program Files\Mozilla Firefox\firefox.exe" -private-window google.com "C:\Program Files\Mozilla Firefox\firefox.exe" google.com -private-window all with no luck. What am I doing wrong? From reading the developer documentation ' "C:\Program Files\Mozilla Firefox\firefox.exe" -private-window url' should work but it doesn't. Thanks.

所有回覆 (11)

more options

What happens when you try this (all one line):

"C:\Program Files\Mozilla Firefox\firefox.exe" -private-window https://www.userchrome.org/

I would expect a new private window to open to that URL. What do you get?

  • Error message
  • New window, but page is blank (or it's your home page)
  • New window with the expected page but it's not a private window
  • Something else
more options

By the way, I usually paste into the search box on the Windows 10 Taskbar and press the Enter key to execute the command line. You also could use the Run dialog (Windows key + R to open).

more options

jscher2000 said

What happens when you try this (all one line): "C:\Program Files\Mozilla Firefox\firefox.exe" -private-window https://www.userchrome.org/ I would expect a new private window to open to that URL. What do you get?
  • Error message
  • New window, but page is blank (or it's your home page)
  • New window with the expected page but it's not a private window
  • Something else

When I paste that command in and press enter, it opens a new tab and goes to that URL but I dont think its a private window. The address appears in history so that makes me think its not a private window. I'm running all this from the command line.

由 mustang.4222 於 修改

more options

Yes, a new tab in an existing window definitely would not be a new private window.

What do you mean by "the command line"?

more options

jscher2000 said

Yes, a new tab in an existing window definitely would not be a new private window. What do you mean by "the command line"?

command line meaning command prompt.

more options

Hmm, it should still work in cmd.exe.

What if you try this:

"C:\Program Files\Mozilla Firefox\firefox.exe" -private-window "about:privatebrowsing"

Do you get a page warning that it's not a private window?

Can you launch private windows from inside Firefox?

more options

jscher2000 said

Hmm, it should still work in cmd.exe. What if you try this: "C:\Program Files\Mozilla Firefox\firefox.exe" -private-window "about:privatebrowsing" Do you get a page warning that it's not a private window? Can you launch private windows from inside Firefox?

yeah, it opens a new tab and says "you are currently not in a private window." plus a button that says "open a private window". yeah, I can open private windows by using the keyboard shortcut or going through the menu.

more options

What makes you think that this is not a Private Browsing mode window?

more options

cor-el said

What makes you think that this is not a Private Browsing mode window?

websites show up in the history? I don't know how to tell if the window that opens is private other than if it leaves a history. unless thats wrong.

more options

I can't explain why the command-line switch isn't working normally on your Firefox.

What about a regular new window, is it also converted to a new tab?

"C:\Program Files\Mozilla Firefox\firefox.exe" -new-window https://www.userchrome.org/

If so, is it possible you have any extensions that intercept new windows and convert them to new tabs instead?

more options

jscher2000 said

I can't explain why the command-line switch isn't working normally on your Firefox. What about a regular new window, is it also converted to a new tab? "C:\Program Files\Mozilla Firefox\firefox.exe" -new-window https://www.userchrome.org/ If so, is it possible you have any extensions that intercept new windows and convert them to new tabs instead?

When I enter that command, it opens a new window. I don't have any extensions that should affect the opening of tabs or windows.