<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; firefox profile manager</title>
	<atom:link href="http://www.ghacks.net/tag/firefox-profile-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Working with several Firefox profiles</title>
		<link>http://www.ghacks.net/2008/04/30/working-with-several-firefox-profiles/</link>
		<comments>http://www.ghacks.net/2008/04/30/working-with-several-firefox-profiles/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 07:22:02 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox profile manager]]></category>
		<category><![CDATA[firefox profiles]]></category>
		<category><![CDATA[firefox tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=3969</guid>
		<description><![CDATA[Most Firefox users strangely work only with one Firefox profile. Well, I should not say strangely because one profile is of course sufficient for most tasks. I however prefer a different way of working with Firefox. I use several profiles that all aid me in certain situations that I encounter regularly. It takes an additional [...]]]></description>
			<content:encoded><![CDATA[<p>Most <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> users strangely work only with one Firefox profile. Well, I should not say strangely because one profile is of course sufficient for most tasks. I however prefer a different way of working with Firefox. I use several profiles that all aid me in certain situations that I encounter regularly. It takes an additional second to start a profile instead of starting Firefox directly but that is not problematic if you use two shortcuts that start Firefox, one that starts the browser normally and one that provides the profile manager to choose a profile to start.</p>
<p>The four profiles that I&#8217;m currently using are default, secure, seo and test. The default profile is the one that I&#8217;m working most of the time with. It contains some solid add-ons like Adblocker, CS Lite and several others that I need during my default sessions. The secure profile is using many add-ons that add security to Firefox. I use that profile only to visit my bank&#8217;s websites and other secure sites, mostly financial websites.</p>
<p>The SEO profile uses several huge add-ons like Firebug, Rankchecker, Search Status and some SEO plugins that I use to find out important information about websites. I also use this profile when I change the code or design of one of my websites.</p>
<p><span id="more-3969"></span>The test profile last but not least is basically only there to test new add-ons, extensions, plugins and Greasemonkey scripts. I usually install them in the test profile first to see how they work with the other installed add-ons and if they show erratic behavior. </p>
<p>The profiles are independently of each other. This does increase security because I do not visit other websites that could attack the browser with the secure profile, this does add speed because I moved all those big SEO and webmaster related add-ons in the SEO profile and this does speed up normal surfing because I only use a few add-ons in that profile.</p>
<p><strong>Adding profiles to Firefox:</strong></p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/04/firefox_profile_manager.jpg" alt="firefox profile manager" title="firefox profile manager" width="334" height="255" class="alignnone size-full wp-image-3970" /></p>
<p>Before you start you need to close all instances of Firefox. If you do not do this you cannot start the profile manager. Once that is done you need to open the command prompt by typing <strong>Windows R</strong> and <strong>cmd</strong>.</p>
<p>Now navigate to your Firefox profile, the default location is c:\program files\<a href="http://www.ghacks.net/tag/firefox/">mozilla firefox</a>. This means you enter <strong>cd c:\program files\mozilla firefox</strong></p>
<p>Start the profile manager with the command <strong>firefox.exe -profilemanager</strong></p>
<p>Only one profile, the default one will be visible. Just add another profile by pressing the create profile button. All you need to do is to add another unique name and the new profile will be created. You can move the location of the profile if you like as well.</p>
<p><strong>Working with Firefox profiles:</strong></p>
<p>Now that we have the profiles we need a way to select the profiles during startup. One way would be to uncheck the box <strong>Don&#8217;t ask at startup</strong>. This would have the consequence that Firefox would always display the profile manager when you startup Firefox giving and you would have to select the profile manually.</p>
<p>I do prefer a slightly different approach. I usually work with the default profile and I therefor decided to keep the box checked and create a shortcut, a second one, that would open the Firefox profile manager whenever I needed to change the profile.</p>
<p>The easiest way to do this is to right-click the desktop and to select <strong>Create Shortcut</strong> from the menu. Now enter the path <strong>&#8220;c:\program files\mozilla firefox\firefox.exe&#8221; -profilemanager</strong> in the box and you are ready to go. Whenever you double-click that icon the Firefox profile manager will start.</p>
<p>An even more advanced parameter would be to add the profile name to the mix which would start that profile. Just add &#8220;Profile Name&#8221; after -profilemanager to gain that effect. Please note that this parameter is case sensitive.</p>

	Tags: <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-profile-manager/" title="firefox profile manager" rel="tag">firefox profile manager</a>, <a href="http://www.ghacks.net/tag/firefox-profiles/" title="firefox profiles" rel="tag">firefox profiles</a>, <a href="http://www.ghacks.net/tag/firefox-tips/" title="firefox tips" rel="tag">firefox tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/29/run-multiple-firefox-profiles-simultaneously/" title="Run Multiple Firefox Profiles Simultaneously (May 29, 2008)">Run Multiple Firefox Profiles Simultaneously</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/08/05/whitelist-bookmarks-in-adblock-plus/" title="Whitelist Bookmarks In Adblock Plus (August 5, 2008)">Whitelist Bookmarks In Adblock Plus</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/02/18/warning-unresponsive-script-in-firefox/" title="Warning Unresponsive Script in Firefox (February 18, 2008)">Warning Unresponsive Script in Firefox</a> (14)</li>
	<li><a href="http://www.ghacks.net/2008/06/19/trim-down-the-location-bar-in-firefox-3-to-show-results-in-one-line/" title="Trim down the Location Bar in Firefox 3 to show results in one line (June 19, 2008)">Trim down the Location Bar in Firefox 3 to show results in one line</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/08/18/three-local-firefox-search-tips/" title="Three Local Firefox Search Tips (August 18, 2009)">Three Local Firefox Search Tips</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/04/30/working-with-several-firefox-profiles/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
