Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Sponsored shortcuts can not be disabled

  • 4 답장
  • 0 이 문제를 만남
  • 17 보기
  • 최종 답변자: Redacted

more options

I've never had sponsored shortcuts and suddenly today I've got them. I've attempted the disable the "sponsored shortcuts" on my desktop however its greyed out.

Starting state - Shortcuts selected, sponsored selected and grey Procedure: 1.) Deselect shortcuts, select shortcuts, sponsored becomes cyan 2.) Click sponsored, it becomes grey again 3.) Deselect shortcuts, select shortcuts, sponsored becomes cyan (again) 4.) Click sponsored, it appears deselected 5.) Hit refresh and it returns to starting state

I do not edit my GPO or registry, settings are not controlled by an organization, I am not confusing sponsored shortcuts with pinned search engines.

I've never had sponsored shortcuts and suddenly today I've got them. I've attempted the disable the "sponsored shortcuts" on my desktop however its greyed out. Starting state - Shortcuts selected, sponsored selected and grey Procedure: 1.) Deselect shortcuts, select shortcuts, sponsored becomes cyan 2.) Click sponsored, it becomes grey again 3.) Deselect shortcuts, select shortcuts, sponsored becomes cyan (again) 4.) Click sponsored, it appears deselected 5.) Hit refresh and it returns to starting state I do not edit my GPO or registry, settings are not controlled by an organization, I am not confusing sponsored shortcuts with pinned search engines.

선택된 해결법

It's weird that those are locked. Do you recall installing any "config.js" or "mozilla.cfg" or other files to modify any Firefox settings? Here's when you can look for Autoconfig files:

There are two parts:

(A) Custom script file in either

  • C:\Program Files\Mozilla Firefox\defaults\pref
  • C:\Program Files (x86)\Mozilla Firefox\defaults\pref

It is normal and expected to have a file named channel-prefs.js in this folder. Any OTHER file is potentially injecting changes into Firefox at startup. If you find another file here, you can open it in a text editor (like Notepad) to see where it points. The file name there, for example:

pref("general.config.filename", "config.js");

Note: to disable whatever is in that other script file, you can remove the file here, since Firefox won't go looking for the other file without the file here.

(B) Configuration script in either

  • C:\Program Files\Mozilla Firefox\defaults\pref
  • C:\Program Files (x86)\Mozilla Firefox\defaults\pref

The file you are looking for here is the one whose name you discovered in Step A. Presumably it contains commands similar to:

lockPref("browser.newtabpage.activity-stream.showSponsoredTopSites", true);

(although I have no idea why anyone would force that)

Did you find any of those?

Background on autoconfig: Customize Firefox using AutoConfig

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (4)

more options

Could you check under the covers:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

More info on about:config: Configuration Editor for Firefox. The moderators would like us to remind you that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.

(2) In the search box in the page, type or paste showSponsoredTopSites and pause while the list is filtered. Firefox should list two preferences.

(3) browser.newtabpage.activity-stream.showSponsoredTopSites

This should reflect the value of the "Sponsored shortcuts" checkbox on the Settings page:

  • checked => true
  • unchecked => false

Does this change in response to checking/unchecking the box?

If not, does it change when you double-click it (or click the Toggle button at the right end of the row)?

If not, is there a lock icon indicating the setting is forced?

(4) services.sync.prefs.sync.browser.newtabpage.activity-stream.showSponsoredTopSites

This normally is true to indicate that the value syncs. To rule out Sync as the cause of not being able to save a preference change, toggle this to false either by double-clicking it to using the Toggle button at the right end of the row.

Does that make any difference in being able to change the other preference?

도움이 되셨습니까?

more options

I see three options that take a true/false config but only one can be toggled browser.newtabpage.activity-stream.showSponsoredTopSites - locked - set to TRUE services.sync.prefs.sync-seen.browser.newtabpage.activity-stream.showSponsoredTopSites - unlocked - set to TRUE services.sync.prefs.sync.browser.newtabpage.activity-stream.showSponsoredTopSites - locked - set to TRUE

4th Item is showSponsoredTopSites for selecting the value type of the above three

도움이 되셨습니까?

more options

선택된 해결법

It's weird that those are locked. Do you recall installing any "config.js" or "mozilla.cfg" or other files to modify any Firefox settings? Here's when you can look for Autoconfig files:

There are two parts:

(A) Custom script file in either

  • C:\Program Files\Mozilla Firefox\defaults\pref
  • C:\Program Files (x86)\Mozilla Firefox\defaults\pref

It is normal and expected to have a file named channel-prefs.js in this folder. Any OTHER file is potentially injecting changes into Firefox at startup. If you find another file here, you can open it in a text editor (like Notepad) to see where it points. The file name there, for example:

pref("general.config.filename", "config.js");

Note: to disable whatever is in that other script file, you can remove the file here, since Firefox won't go looking for the other file without the file here.

(B) Configuration script in either

  • C:\Program Files\Mozilla Firefox\defaults\pref
  • C:\Program Files (x86)\Mozilla Firefox\defaults\pref

The file you are looking for here is the one whose name you discovered in Step A. Presumably it contains commands similar to:

lockPref("browser.newtabpage.activity-stream.showSponsoredTopSites", true);

(although I have no idea why anyone would force that)

Did you find any of those?

Background on autoconfig: Customize Firefox using AutoConfig

도움이 되셨습니까?

more options

The problem was a config file set by my Anti-Beacon software. I turned off everything for that but i guess that doesn't delete the file. I was finally able modify my settings after deleting it. Thank you. Next up is to put in a report to Spybot

도움이 되셨습니까?

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.