Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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

  • 4 antwoorde
  • 2 hierdie probleem
  • 11 views
  • Laaste antwoord deur 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. :)

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

Lees dié antwoord in konteks 👍 0

All Replies (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! :)

Gewysig op deur 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

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

Gewysig op deur Compumind