• How To?
  • Tips ‘n Tricks
  • WordPress
  • Snippets
  • Software
    • Browsers
    • Downloads
  • Web
  • Tools
    • Character Counter
    • chmod Calculator
    • Entities Encoder
    • Live HTML Editor
    • My IP
  • Contact
Twitter Facebook Google+ RSS
You are here: SumTips » How To? » Create Mozilla Firefox Desktop Shortcuts to Specific Profiles

Create Mozilla Firefox Desktop Shortcuts to Specific Profiles

Posted on July 2, 2012 by Renji | Short URL: http://sumtips.com/?p=7110

When Firefox is run for the first time, it automatically creates a new profile for you. Profile is basically a set of files stored in a directory containing your browser data such as bookmarks, extensions, passwords, custom preferences, and everything else. A new profile is created for each user account on the computer, and they are all stored in separate directories under the User Folder.

By default, each user has a single profile, but you’re not restricted to one – you can create as many profiles as you like by using a feature called Firefox Profile Manager. This allows you to set up separate profiles for personal use, work use, testing – anything you like, and you can also run them together at the same time.

Contents:

  • Create Firefox profiles
  • Specific user profiles desktop shortcuts
  • Run multiple profiles together

Create Firefox Profiles

To get started, you’ll have to open the Firefox Profile Manager – this isn’t accessible from within the browser interface. So to launch it, you have to start Firefox with -profilemanager or -p command line argument. If you have a desktop shortcut for the program, right-click on it and click on Properties. Switch to Shortcut tab, and in the Target field add any of the above parameter at the end of the path. It should like this now:

  • 32-bit Windows: "C:\Program Files\Mozilla Firefox\firefox.exe" -p
  • 64-bit Windows: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -p

Or simply run this command in the Command Prompt:

start firefox -p

You should now see a dialog like this:

Firefox Profiles

To create additional profiles, click the Create Profile button and go through the wizard. The only option that you have to pay attention to in the wizard is the profile name – remember to use a unique one for each.

Specific User Profiles Desktop Shortcuts

To start a specific Firefox user profile from a desktop shortcut, you just have to add the profile name after the -p parameter in the Properties dialog Target field. For example, if you wanted to launch a profile called “SumTips”, the path should be like this:

"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -p SumTips

If you have a profile with a space in its name, enclose the name with quotes.

Create a copy of this shortcut file to create desktop shortcuts for other profiles. Just remember to add correct profile name after -p.

Run Multiple Profiles Together

If you try to launch a different profile while one Firefox instance is already running, Firefox will just open a new window of the active profile. To fix this little issue, add another parameter – -no-remote – to each shortcut’s Target field.

"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -p -no-remote SumTips

With this little trick, you will also be able to open Firefox private browsing mode and normal browsing together at the same time.

That’s all to it. Create as many profiles as you want using Profile Manager and easily launch them using desktop shortcuts. Finally, if you don’t want a profile anymore, simply delete it from the manager. This will permanently delete all associated browsing data with that profile.


Tweet

Related posts:

  • Create Google Chrome Desktop Shortcuts to Specific Profiles
  • Create, Manage Google Chrome Profiles
  • Where Are FireFox Bookmarks Stored
  • Backup Mozilla FireFox Bookmarks
  • Find Keyboard Shortcuts for all your Desktop and Online Applications
Categories: How To? | Tags: Desktop, Mozilla Firefox, Shortcut, Windows
Customize Native WordPress Shortlink URL Structure
Activate Do Not Track on All Browsers

One Response to “Create Mozilla Firefox Desktop Shortcuts to Specific Profiles”

  1. backlinks says:
    July 3, 2012 at 11:19 AM

    Appreciate this post. Let me try it out.

  • Get Updates via Email

  • Recent Posts

    • CMS2CMS: Migrate Site from Drupal or Joomla to WordPress
    • WordPress: Add Preview Button in Distraction Free Writing
    • How to Activate or Deactivate Individual Jetpack Modules
    • Windows 8: Auto Update Defender with Windows Update Disabled
    • Automatically Start and Close Programs at Specific Time
    • How to Copy Code from Notepad++ with Syntax Highlighting
  • Random Posts

    • Windows 8: How to Uninstall Modern UI Apps from Command line
    • Add & Easily Switch Keyboard Layout in Windows 7 & Windows 8
    • Convert Font Online with Free Font Converter
    • Know how long your Computer was ON in a year
    • Chrome OS Screensaver
    • Windows 8: Restore Deleted Default Fonts, Remove Custom Fonts
  • Categories

    • Blogging
    • Games
    • Google
    • How To?
    • Linux
    • Microsoft
      • Windows
    • Miscellaneous
    • Phone
    • Snippets
      • AutoHotkey Snippets
      • CSS Snippets
      • htaccess Snippets
      • JavaScript Snippets
      • PowerShell Snippets
      • WordPress Snippets
    • Social
    • Software
      • Browsers
    • Tips 'n Tricks
    • Wallpapers
    • Web
© SumTips. Contact | Sitemap | Privacy Policy