搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

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 回覆
  • 2 有這個問題
  • 98 次檢視
  • 最近回覆由 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?

被選擇的解決方法

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

從原來的回覆中察看解決方案 👍 0

所有回覆 (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

選擇的解決方法

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