Den här webbplatsen har begränsad funktionalitet medan vi utför underhåll för att förbättra din upplevelse. Om en artikel inte löser ditt problem och du vill ställa en fråga har vi vår gemenskap som väntar på att hjälpa dig på @FirefoxSupport på Twitter, /r/firefox på Reddit.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

I want to create a desktop shortcut in Private mode to bring me to Google.

  • 4 svar
  • 2 har detta problem
  • 11 visningar
  • Senaste svar av Compumind

more options

Here's my need -

I want to create a Desktop Shortcut to bring me into Private Mode and Google in one click.

Is this possible?

Thanks. :)

Here's my need - I want to create a Desktop Shortcut to bring me into Private Mode and Google in one click. Is this possible? Thanks. :)

Vald lösning

@FredMcD -

Here's the solution, using the commands from your link given above:

https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options

In the Target area of the shortcut...

"C:\Program Files\Mozilla Firefox\firefox.exe" -private-window google.com

That's it!

Thanks. :)

Läs svaret i sitt sammanhang 👍 0

Alla svar (4)

more options

Yes. Create a batch program with the needed switches.

See -new-window <url> and -new-tab <url> ooptions below

Here is an example (on one line only);

C:\PROGRA~1\MOZILL~1\firefox.exe -no-remote -P Firefox_v_57

https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options

Usage: C:\PROGRA~1\MOZILL~1\firefox.exe [ options ... ] [URL]
      where options include:
 
 -h or -help        Print this message.
 -v or -version     Print Firefox version.
 -P <profile>       Start with <profile>.
 -migration         Start with migration wizard.
 -ProfileManager    Start with ProfileManager.
 -no-remote         Do not accept or send remote commands; implies -new-instance.
 -new-instance      Open new instance, not a new window in running instance.
 -UILocale <locale> Start with <locale> resources as UI Locale.
 -safe-mode         Disables extensions and themes for this session.
 -console           Start Firefox with a debugging console.
 -jsconsole         Open the Error console.
 -browser           Open a browser window.
 -new-window  <url> Open <url> in a new window.
 -new-tab     <url> Open <url> in a new tab.
 -preferences       Open Options dialog.
 -search     <term> Search <term> with your default search engine.
 -setDefaultBrowser Set this app as the default browser.
more options

@FredMcD and others...

Thanks for your reply.

Could you please tell me how to create a actual shortcut that I can click on, bring me into private mode and on to Google? I'm a bit perplexed and lazy.

I could then use your model to learn from.

Cheers! :)

Ändrad av Compumind

more options

Create a new Text file. Give it a name like; Clouds=Private.txt (example) Write the command in that file using the command switches in my last post. If you need help, tell us the site name and its link.

Rename the file by changing .txt to .bat making it a batch file. Try the batch file. All done.

more options

Vald lösning

@FredMcD -

Here's the solution, using the commands from your link given above:

https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options

In the Target area of the shortcut...

"C:\Program Files\Mozilla Firefox\firefox.exe" -private-window google.com

That's it!

Thanks. :)

Ändrad av Compumind