In Mozilla Firefox, your bookmarks, passwords, and settings are saved in something called a profile. This is stored in your hard drive.
Your profile is typically located at C:Documents and Settings[User Name]Application DataMozillaFirefoxProfilesxxxxxxxx.default
Whenever you need to reinstall Windows, this might create problems, as most of us don’t usually back up our Application Data folder. You probably would want to save your profile instead in your data directory (or folder that you back up frequently)
To move your profile:
- Exit Firefox.
- Move your profile folder to your desired directory. For example, at E:SettingsFirefox
- Locate profiles.ini. This is typically located at C:Documents and Settings[User Name]Application DataMozillaFirefox
- Open profiles.ini in your favorite text editor. You should see the following:
[General]
StartWithLastProfile=1
[Profile0]
Name=default
IsRelative=1
Path=Profiles/xxxxxxxx.default
Default=1Note: xxxxxxxx is an eight-character random value that is automatically assigned by Firefox upon installation.
- Change this to:
[General]
StartWithLastProfile=1[Profile0]
Name=default
IsRelative=0
Path=E:SettingsFirefoxxxxxxxxx.default
Default=1IsRelative is changed from 1 to 0 because absolute paths (not relative) are used.
The Path value is changed to reflect the new path of the profile. Simply replace this with your new path, then replace xxxxxxxx.default with the name of your profile directory.
- Save profiles.ini
- Restart Firefox.
Leave a Reply