Enquiry On Force Update Firefox
Does anyone possess expertise in executing a forced update for Firefox within the user's profile directory located at "AppData\Local\Mozilla Firefox"? It would be advantageous to employ a PowerShell script for rectifying this issue. It appears that certain users are not frequently opening Firefox, thus impeding the automatic update process.
Does anyone possess expertise in executing a forced update for Firefox within the user's profile directory located at "AppData\Local\Mozilla Firefox"? It would be advantageous to employ a PowerShell script for rectifying this issue. It appears that certain users are not frequently opening Firefox, thus impeding the automatic update process.
모든 댓글 (1)
The commend that our background updater runs is:
firefox --backgroundtask --backgroundupdate
So in theory you should be able to run that where Firefox is installed.
I'll run some tests to see how well it works.