Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

I'm using mozilla.cfg to make an installation in Windows XP. I can hide the toolbar with a entry?

  • 4 відповіді
  • 1 має цю проблему
  • 1 перегляд
  • Остання відповідь від slashkizar

more options

I'm using mozilla.cfg to make an unattended installation. I can hide the toolbar with an entry?

something like this: pref("browser.startup.homepage","http://www.mypage.com.mx");

I'm helping with this: http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries

In windows xp shown by default and I can only hide it manually.

I'm using mozilla.cfg to make an unattended installation. I can hide the toolbar with an entry? something like this: pref("browser.startup.homepage","http://www.mypage.com.mx"); I'm helping with this: http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries In windows xp shown by default and I can only hide it manually.

Змінено slashkizar

Усі відповіді (4)

more options

Which toolbar(s) do you want to hide?

You can't hide toolbars via prefs. Hiding a toolbar is only possible if you would include a localstore.rdf file with a setting to hide the toolbar.


more options

In Windows XP the toolbar "menu bar" is shown by default. I want to know, the possibility that the be installed in a hidden way do

I already know some ways to customize the installation, but none allow me this.

pref("browser.startup.homepage","http://www.mockbox.net"); pref("browser.shell.checkDefaultBrowser", false); pref("browser.startup.homepage_override.mstone", "ignore");

I know I can do it manually, but I would do it from the installer.

more options
more options

Does not work with this method, I think that's simply not possible in windows xp. Thanks.