Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 11 Antworten
  • 1 hat dieses Problem
  • 7 Aufrufe
  • Letzte Antwort von 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.

Alle Antworten (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.

Geändert am von 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.