Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

How do I uncheck the box that has firefox automatically start up without showing the profile manager even though I specify -p on the command line?

  • 2 svar
  • 2 har detta problem
  • 98 visningar
  • Senaste svar av myob76

more options

I specify in my firefox shortcut that I want firefox to open the profile manager and allow me to choose which profile to use. My family shares a single windows login, and we just want to open firefox and allow us to choose our own profile.

This works, except there is an annoying checkbox on the profile manager window that if checked, prevents the profile manager profile selection dialog box from ever appearing again even though -p is explicitly given on the command line. The only way I can recover when someone accidentally clicks this checkbox before clicking OK ( which happens about once a month ) is to delete all profiles and start again letting firefox sync put most of it back,

It would be nice if that option were not even presented if -p is specified on the command line since -p means you DO want the profile manager dialog to appear. Barring that, is there any way short of deleting all profiles to get the profile manager dialog to appear once someone accidentally clicks that button?

I specify in my firefox shortcut that I want firefox to open the profile manager and allow me to choose which profile to use. My family shares a single windows login, and we just want to open firefox and allow us to choose our own profile. This works, except there is an annoying checkbox on the profile manager window that if checked, prevents the profile manager profile selection dialog box from ever appearing again even though -p is explicitly given on the command line. The only way I can recover when someone accidentally clicks this checkbox before clicking OK ( which happens about once a month ) is to delete all profiles and start again letting firefox sync put most of it back, It would be nice if that option were not even presented if -p is specified on the command line since -p means you DO want the profile manager dialog to appear. Barring that, is there any way short of deleting all profiles to get the profile manager dialog to appear once someone accidentally clicks that button?

Vald lösning

Upon further messing around, I figured an easier recovery method

In your profiles directory, there's a profiles.ini file. When you click the don't show profile manager checkbox firefox apparently edits this file to have the line

StartWithLastProfile=1

change this to

StartWithLastProfile=0

Läs svaret i sitt sammanhang 👍 0

Alla svar (2)

more options

"Nice" or not, the Profile Manager isn't intended for the 'average' user. Individual Windows Logon User accounts should be used for that purpose, rather than relying upon each user to select their Profile.

Why don't you use individual desktop shortcuts for each person? Thus by-passing the Profile Manager UI and launching each Profile from command line. https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#-P_.22profile_name.22

Just add -P "Joel User" to the desktop shortcut Target line. Where "Joel User" is the "name" of that Profile. Quotes are needed when there's a space in the user name.

Or -P Joel_User when there's no space.

more options

Vald lösning

Upon further messing around, I figured an easier recovery method

In your profiles directory, there's a profiles.ini file. When you click the don't show profile manager checkbox firefox apparently edits this file to have the line

StartWithLastProfile=1

change this to

StartWithLastProfile=0