Firefox Start Menu Shortcut
Solvedfabul Posted messages 42285 Registration date Status Moderator Last intervention -
Hello,
I usually remove Firefox shortcuts from the Start menu so that I only use those I deem useful in a customized toolbar.
I don’t recall Firefox re-installing its shortcut before version 154, but maybe.
So I delete it, and it comes back as soon as I reopen Firefox, what’s going on?
It might be the setting "allow Firefox to improve features (...) between updates" that is the cause, but it was already enabled before, right?
Does anyone know (besides, obviously, a script) how to get rid of this behavior?
Thanks.
1 answer
-
Hi,
You can replace the shortcut with a folder with the attributes +s +h
Then create a NUL file inside it with the command prompt so that it becomes undeletable except by going through the command prompt again.
type nul > "\\?\C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Firefox.exe\NUL"
-
Hello,
I had said without scripting...
The simplest way to hide it under the rug is right-click, properties, check Hidden file.
By script it suffices to use either a line attrib that amounts to the same thing or a line del, but that means we would have to create a scheduled task which will never be as repetitive as launching Firefox or launching Firefox via a script, nothing great...
I don’t know if it’s hard-coded in Firefox or if it’s a about:config setting; I’ve disabled the Browser Agent scheduled task and the corresponding entry in about:config, which doesn’t change anything.
-