Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 4 antwoorden
  • 2 hebben dit probleem
  • 11 weergaven
  • Laatste antwoord van 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. :)

Gekozen oplossing

@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. :)

Dit antwoord in context lezen 👍 0

Alle antwoorden (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! :)

Bewerkt door Compumind op

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

Gekozen oplossing

@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. :)

Bewerkt door Compumind op