How to create a fresh profile in about:profiles?

Firefox has a profile manager in about:profiles. I created a new profile to troubleshoot compatibility issues, but absolutely everything including addons and about:config entries was moved to the new profile.

I can't understand as this is the description on the page:

This page helps you to manage your profiles. Each profile is a separate world which contains separate history, bookmarks, settings and add-ons.

How to reset everything to the default in the new profile?

6

2 Answers

I was able to create a new profile using Firefox's alternative profile manager.

Important: Before you can start the Profile Manager, Firefox must be completely closed.


  1. Press Windows Key+R on the keyboard. A Run dialog will open.
  2. In the Run dialog box, type in: firefox.exe -P
    Note: You can use -P, -p or -ProfileManager.
  3. Click OK. The Firefox Profile Manager (Choose User Profile) window should open.
3

It might be easier to do it manually.

Go here: %APPDATA%\Mozilla\Firefox\Profiles

Then create a new folder.

Then edit %APPDATA%\Mozilla\Firefox\profiles.ini

And add a new section like:

[Profile1]
Name=my-test-profile
IsRelative=1
Path=Profiles/the-name-of-the-folder

You can also change this to 0 in the file to get it to prompt for the profile you want:

[General]
StartWithLastProfile=1
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like