Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Chủ đề này đã đóng và được lưu lại. Vui lòng hỏi một câu hỏi mới nếu bạn cần giúp đỡ.

Stop automatic updates.

  • 3 trả lời
  • 21 gặp vấn đề này
  • 86 lượt xem
  • Trả lời mới nhất được viết bởi Ahmad Maher

more options

I will not use Firefox 29 or newer until the crappy interface introduced in v29 it made user friendly, and bring back certain missing thing from v28 (they may be profile holdovers from a much older version), no the classic theme restorer does not bring them back. The above is here simply to try and stop suggestions about using v29

I have tried going into options menu Firefox>Options>Advanced>Never Check for Updates, but that does not prevent updates. I have had to uninstall Firefox 29 5 times today every time after telling it to "Never check for updates."

I will not use Firefox 29 or newer until the crappy interface introduced in v29 it made user friendly, and bring back certain missing thing from v28 (they may be profile holdovers from a much older version), no the classic theme restorer does not bring them back. The above is here simply to try and stop suggestions about using v29 I have tried going into options menu Firefox>Options>Advanced>Never Check for Updates, but that does not prevent updates. I have had to uninstall Firefox 29 5 times today every time after telling it to "Never check for updates."

Được chỉnh sửa bởi NoahSUMO vào

Giải pháp được chọn

Not to start a war here but Mozilla isn't going to revert the entire UI that they've spent 2 years working on. That would be a downgrade to them. Mozilla is all about pushing forward. Some users may not like it, but that's what there are other alternatives such as the Classic Theme Restorer for people that don't like the Australis design.

There is a way to disable updates by going through the Options menu but after disabling it through there, when you would go to Help > About Firefox, it would update regardless of that setting. 2 methods here, pick one. You can set these prefs in about:config to disable automatic updating:
app.update.auto - false
app.update.enabled - false
app.update.silent - false


Or you can use this method to do that for you: You can create a new file in a text editor (Defaults are: Notepad for Windows, TextEdit for Mac, and Text Editor on Linux) called user.js. When you save user.js, make sure it's file type is ALL FILES as leaving it like that will add the .txt extension (user.js.txt) and it won't work. Place this file in your Profile Folder. See the link below to learn how to access the folder

Once you're creating the folder simply add the following to your user.js file, save and close, restart Firefox

// turn off application updates:
user_pref("app.update.enabled", false); 
Đọc câu trả lời này trong ngữ cảnh 👍 5

Tất cả các câu trả lời (3)

more options

Giải pháp được chọn

Not to start a war here but Mozilla isn't going to revert the entire UI that they've spent 2 years working on. That would be a downgrade to them. Mozilla is all about pushing forward. Some users may not like it, but that's what there are other alternatives such as the Classic Theme Restorer for people that don't like the Australis design.

There is a way to disable updates by going through the Options menu but after disabling it through there, when you would go to Help > About Firefox, it would update regardless of that setting. 2 methods here, pick one. You can set these prefs in about:config to disable automatic updating:
app.update.auto - false
app.update.enabled - false
app.update.silent - false


Or you can use this method to do that for you: You can create a new file in a text editor (Defaults are: Notepad for Windows, TextEdit for Mac, and Text Editor on Linux) called user.js. When you save user.js, make sure it's file type is ALL FILES as leaving it like that will add the .txt extension (user.js.txt) and it won't work. Place this file in your Profile Folder. See the link below to learn how to access the folder

Once you're creating the folder simply add the following to your user.js file, save and close, restart Firefox

// turn off application updates:
user_pref("app.update.enabled", false); 
more options

That did work. I can see I used a few wrong words in the original question. The issues that break the user experience for me are not the kind of issue it seems people expect.

I also don't see not getting severe insults from mods and users this time when trying to find a solution to them as it has happened before. Yes on this site.

Được chỉnh sửa bởi chevyowner vào

more options

i had the same issue today with FF 27.0.1 when it was forced to update to 31 and i went through all what other said in about:config .. but that did not work, even un-install and installed an old backup did not work, ... the user.js also failed, and i even found something that work with local group policy named FirefoxADM_0.5.9.4 .. but that too did not work for me and firefox keep download the updates.

so here is what i did, when you get that message that there is an update and it ask you to re-start so it can be updated, just go to the program files where firefox is installed you will find a folder named updated ... delete it .... and the you can close firefox and open it again and you will get an error message that the update failed ....

then i uninstalled the maintenance service, and deleted files maintenanceservice and maintenanceservice_installer from firefox mozilla folder ... also renamed updater.exe to updater.exe.old .... and now firefox never forced to update anymore

hope this can help.