Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Using Group Policy, homepage isn't set on first start, but is set on subsequent startups

  • 4 respostas
  • 1 tem este problema
  • 1 exibição
  • Última resposta de DarkSwordsman

more options

Using Group Policy, we set the homepage and a few other settings for the browser.

We want the application to go to our University's site on startup, however, on the first startup after a user logs in for the first time, it opens up to a new tab page and opens a Firefox web page on security in another tab.

After closing the window and re-opening, it goes to our University web page no problem, but then prompts the user to set Firefox as the default browser.

I have found no other articles that are relevant to the issue thus far.

Let me know if you need any more information.

Using Group Policy, we set the homepage and a few other settings for the browser. We want the application to go to our University's site on startup, however, on the first startup after a user logs in for the first time, it opens up to a new tab page and opens a Firefox web page on security in another tab. After closing the window and re-opening, it goes to our University web page no problem, but then prompts the user to set Firefox as the default browser. I have found no other articles that are relevant to the issue thus far. Let me know if you need any more information.

Todas as respostas (4)

more options

Try to disable default Browser check {

 "policies": {
   "DontCheckDefaultBrowser": true
 }

} In a cfg file add defaultPref("browser.newtabpage.enabled", false);

Alterado por AnnaSycamore em

more options

AnnaSycamore said

Try to disable default Browser check { "policies": { "DontCheckDefaultBrowser": true } } In a cfg file add defaultPref("browser.newtabpage.enabled", false);

I will try this out, but where exactly do I put the first and second pieces?

more options

@AnnaSycamore

I added the json to the policies.json file under distributions as mentioned by this article: https://support.mozilla.org/en-US/kb/customizing-firefox-using-policiesjson

I also added the mozilla.cfg file to set defaultPref like you mentioned.

Neither of these fixed the issue at all. Is there anything else I need to do to get these to work? Is there a GPO setting for these options instead?

more options

I have found two Group Policies that I will try that should what I need. Here they are:

Under: "User Configuration\Administrative Templates\Mozilla\Firefox"

- Override the first run page - Enable - Set to URL - Don't Check Default Browser - Enable

Will report back