Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

How do I surpress the browser opening the "Updated" splash page when it updates?

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 19 προβολές
  • Τελευταία απάντηση από Colin WG

more options

I need to set up the browser for people who don't know anything about computers other then you click this and things happen. I have the browsers set to automatically update, and every time it does, I get a help desk call to their station with "The browser just did something strange."

Get tired of that, I only want to be bothered with real help calls you know.

I need to set up the browser for people who don't know anything about computers other then you click this and things happen. I have the browsers set to automatically update, and every time it does, I get a help desk call to their station with "The browser just did something strange." Get tired of that, I only want to be bothered with real help calls you know.

Επιλεγμένη λύση

Create a file user.js in the \defaults\profile folder (you need to create that folder) in the Firefox program folder (C:\Program Files\Mozilla Firefox\) or copy that file to an existing profile folder to set the pref browser.startup.homepage_override.mstone to ignore.

user_pref("browser.startup.homepage_override.mstone", "ignore");
Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (2)

more options

Επιλεγμένη λύση

Create a file user.js in the \defaults\profile folder (you need to create that folder) in the Firefox program folder (C:\Program Files\Mozilla Firefox\) or copy that file to an existing profile folder to set the pref browser.startup.homepage_override.mstone to ignore.

user_pref("browser.startup.homepage_override.mstone", "ignore");
more options

Browser does not use that folder.

Directly used the entry that exists in about:config and works as expected.

My userbase will tolerate the applying updates dialogs, they are used to things updating without annoying "What's new" splash webpages.

Thanks for the pointer.