Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

How to enter suggested text in Run window?

I was trying to start the Profile Manager using the suggested text shown below in the Win Run box. "C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe" -p

Normally I would enter the text between the "" but there is -p following the text in the quotes. Do I enter the -p or not? Thanks

I was trying to start the Profile Manager using the suggested text shown below in the Win Run box. "C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe" -p Normally I would enter the text between the "" but there is -p following the text in the quotes. Do I enter the -p or not? Thanks

Todas as respostas (1)

The " marks are required when there are spaces in text that needs to be read as a single unit. Command-line switches like -P are not part of the file path, so should not be included in the quotation marks around the path. As for whether you need that, I believe if you want to start up in the Profile Manager, then you need the -P on your command line, otherwise Thunderbird will start normally.

http://kb.mozillazine.org/Command_line_arguments_(Thunderbird)