본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 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.