Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

How can I prevent thunderbird to start if the profile is missing?

  • 1 ответ
  • 1 имеет эту проблему
  • 5 просмотров
  • Последний ответ от svlad2009

more options

I don't want thunderbird to start if a profile (folder) is missing. This works in my "old" thunderbird installation (68.10.0), however on a new machine it automatically creates the missing profile (folder).

My old thunderbird installation behaves like this:

If the profile is not there, it does not start, instead it shows the following message: "Your Thunderbird profile cannot be loaded. It may be missing or inaccessible." And this is the desired behavior.

How can I prevent thunderbird to automatically create the profile folder path and create an new profile if the path is missing?

More precisely: How can I prevent thunderbird to start if the profile is missing?

I don't want thunderbird to start if a profile (folder) is missing. This works in my "old" thunderbird installation (68.10.0), however on a new machine it automatically creates the missing profile (folder). My old thunderbird installation behaves like this: If the profile is not there, it does not start, instead it shows the following message: "Your Thunderbird profile cannot be loaded. It may be missing or inaccessible." And this is the desired behavior. How can I prevent thunderbird to automatically create the profile folder path and create an new profile if the path is missing? More precisely: How can I prevent thunderbird to start if the profile is missing?

Все ответы (1)

more options

I have tried to duplicate your case on TB v78.3 but I could not do it - attached picture where the test profile name was edited by me and when I tried to start TB have mentioned me that warning... What TB version do you have? Are you sure you start a profile which doesn't exist?

Anyway, as an alternative solution you might start TB from a shortcut to a batch file - and that batch file to contain a check if some file exist and if yes to start TB and if not to show you on the screen that the file is missing - a general sample below:

 IF EXIST filename. (
 start tb.exe path
 ) ELSE (
 echo filename. missing
 )

Изменено svlad2009