ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

how to make firefox as default explorer for all user accounts in windows XP system

  • 5 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 1 ნახვა
  • ბოლოს გამოეხმაურა cor-el

Hi, I have a computer (Windows XP system) with multiple users who log in using individual user account in a school domain. Since our school IT has stopped IE to operate on windows XP system, we can only use firefox. How do I set firefox as the default explorer for all users in the school internet domain? It is a windows XP system.

Hi, I have a computer (Windows XP system) with multiple users who log in using individual user account in a school domain. Since our school IT has stopped IE to operate on windows XP system, we can only use firefox. How do I set firefox as the default explorer for all users in the school internet domain? It is a windows XP system.

ყველა პასუხი (5)

Open Firefox. Have it declared as the default browser,

Type about:preferences#general<enter> in the address bar. Turn on Always Check Firefox Default Browser.

FredMcD said

Open Firefox. Have it declared as the default browser, Type about:preferences#general<enter> in the address bar. Turn on Always Check Firefox Default Browser.

Thank you! Will this change apply to all users or will it only apply to my own user account? I have administrator privilege, but most other users are power users.

I think this is a system setting.

There is a command line flag: -setDefaultBrowser


You can also consider to use the mozilla.cfg file to set or lock some browser.shell prefs that deal with the default browser as found on the about:config page.

You can use the mozilla.cfg file in the Firefox program folder to set or lock preferences and run privileged JavaScript code.

The mozilla.cfg file needs to be in the main Firefox program folder.

These functions can be used in the mozilla.cfg file:

defaultPref();	// set new default value
pref();	// set pref, allow changes in current session
lockPref();	// lock pref, disallow changes

This requires a local-settings.js file in the "defaults/pref" folder where the channel-prefs.js file is located that specifies to use mozilla.cfg.

pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0);

The mozilla.cfg file and possibly local-settings.js need to start with a comment line (//).

See Configuration:

See also: