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)
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 )
Променено на