I am constantly getting hit with all sorts of REPEATED prompts to "Try" features..ex - "Try Horizontal Tabs" or "Create a Profile". I am getting frustrated with the inabi… (czytaj dalej)
I am constantly getting hit with all sorts of REPEATED prompts to "Try" features..ex - "Try Horizontal Tabs" or "Create a Profile". I am getting frustrated with the inability to stop these annoying and useless prompts. I need a browser that let's me work the way I want and need to work, I don't need a browser that thinks it knows better than I, what I need. Using about:settings is not intuitive and leads to breaking more things than it fixes. I try to stop the prompts to try horizontal tabs and it breaks my easy access to the ChatGPT cog.
Put all these feature recommendations on a single page displayed to the user with a "Do Not Show Again" checkbox. Or limit the prompts to 3 times max or once a month. Something far more reasonable than every time I open the browser. People, this is not difficult - Stop being over-baring and persistent with these undesirable recommendations. ALL USERS ARE NOT THE SAME.
If I do not "Try" when prompted, especially the 2nd, 3rd time etc. it is highly likely that I am not interested and want to be left alone. I am ready to ditch Firefox and move to Chrome or Opra. Let me reword that - I am being run off by Firefox's nag tactics. I assure you another day or two of this and - & "%ProgramFiles%\Mozilla Firefox\uninstall\helper.exe" -ms will be next. I am not going to use about: and search through endless config options every time I need to get my work done. Make it easy to stop or stop it entirely but stop trying to control my browser usage. I don't have to use Firefox you know. After 48 hours passes if these prompts don't go away, FireFox will be automatically removed. In other words, give me a reason to manually stop this scheduled task.....or don't.
$action = New-ScheduledTaskAction -Execute "C:\Program Files\Mozilla Firefox\uninstall\helper.exe" -Argument "/S" $trigger = New-ScheduledTaskTrigger -Once -At (Get-Date).AddHours(48) Register-ScheduledTask -Action $action -Trigger $trigger -TaskName "UninstallFirefox" -Description "Uninstalls Firefox in 48 hours"