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".

Tìm hiểu thêm

Getting Started bookmark reappears after deleting

  • 4 trả lời
  • 1 gặp vấn đề này
  • 2 lượt xem
  • Trả lời mới nhất được viết bởi MadEdric

more options

I am creating some public computers for my library. I want to delete the "Getting Started" and "Most Visited" bookmarks. While I can easily right click and delete them, after a reboot, these two bookmarks reappear. Is there a way to permanently get these two bookmarks off the bookmark toolbar? This using Windows 10 and Firefox versions 45 to 50.1

I am creating some public computers for my library. I want to delete the "Getting Started" and "Most Visited" bookmarks. While I can easily right click and delete them, after a reboot, these two bookmarks reappear. Is there a way to permanently get these two bookmarks off the bookmark toolbar? This using Windows 10 and Firefox versions 45 to 50.1

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

It is best not to copy the entire prefs.js file because the file contains a lot of data about the state of the browser, but compare the two files to see if you can isolate pref(s) that are about this problem.

Đọc câu trả lời này trong ngữ cảnh 👍 1

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

more options

That could if you reset the pref that makes Firefox create these default bookmarks or otherwise do not keep its value.

  • browser.bookmarks.restore_default_bookmarks = false

When this pref is true then a new set of default bookmarks will be created.

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.


more options

Thank you for the prompt reply. browser.bookmarks.restore_default_bookmarks was set to false. I noticed this problem happening about a month or so ago. A dozen computers I worked on last year which are virtually identical did not have this problem. I deleted those bookmarks and they remained deleted. Those machines run version 46. Does the about:config setting have a corresponding file that I could copy from one of the working computers?

more options

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

It is best not to copy the entire prefs.js file because the file contains a lot of data about the state of the browser, but compare the two files to see if you can isolate pref(s) that are about this problem.

more options

I did copy the pref.js file over (before I read your warning) and that did fix the problem. These are simple catalog computers, so not much different between each one (and we would hope they are are the same anyway). Thank you very much for your time and help.