Ko tenda hembiapoite sa’ivéta oñemba’apokuévo hese hembiapo porãve hag̃ua. Peteĩ jehaipyre nomoĩporãiramo ne apañuái ha eporanduséramo, roguerekohína ore nepytyvõ rekoha ikatútava ndeykeko @FirefoxSupport Twitter-pe ha avei /r/firefox Reddit-pe.

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

Auto update Restore Session Error

  • 4 Mbohovái
  • 1 oguereko ko apañuái
  • 7 Hecha
  • Mbohovái ipaháva FredMcD

more options

Hi,
Firefox is setup to auto update when it launches. It has to be force closed remotely to startup the update because some user don't close their browsers.
However, after the browser opens, it shows an error and prompts the user to restore the last session because taskkill is used to terminate the process.


Is there a way to:
1. Toggle "browser.sessionstore.resume_session_once" to "true" so, it will restore automatically via script or command line.
2. Terminate Firefox gracefully, so it doesn't show that message and session is restore upon reopening.
3. Any other way (but, without using user.js and/or prefs.js)

The only command pushed to the user's machine is to terminate and reopen Firefox.
Thanks

Hi, <br> Firefox is setup to auto update when it launches. It has to be force closed remotely to startup the update because some user don't close their browsers. <br> However, after the browser opens, it shows an error and prompts the user to restore the last session because taskkill is used to terminate the process. <br><br><br> Is there a way to: <br> 1. Toggle "browser.sessionstore.resume_session_once" to "true" so, it will restore automatically via script or command line. <br> 2. Terminate Firefox gracefully, so it doesn't show that message and session is restore upon reopening. <br> 3. Any other way (but, without using user.js and/or prefs.js) <br> <br> The only command pushed to the user's machine is to terminate and reopen Firefox. <br> Thanks<br>

Moambuepyre SAI157 rupive

Opaite Mbohovái (4)

more options

You can set up the Windows Task Scheduler and run a batch program.

In the computer, add this file: Close Firefox.bat


Cls
TASKKILL /IM Firefox.exe /t
::Above close FF normally
TASKKILL /IM Firefox.exe /t /F
::Above FORCE FF to close

You might also be able to set this up to call the batch program remotely. Be sure to test it out for your system.

I took a look at the Mozilla Add-ons Web Page {web link} (There’s a lot of good stuff here) but did not see anything helpful.

Moambuepyre FredMcD rupive

more options

Thanks FredMcD It's asking to confirm if I want to close multiple tabs. Is there a way to send "enter" key through batch file say yes?

Thanks

Moambuepyre SAI157 rupive

more options

Maybe check the sessionCheckpoints.json file in the Firefox profile folder.

more options

sayyam197 said

It's asking to confirm if I want to close multiple tabs.

Firefox has a safe guard in case the user closes a window with tabs.

Type about:config<enter> in the address bar. If a warning screen comes up, press the Be Careful button. At the top of the screen is a search bar. Type browser.tabs.warnOnClose then change this to False.


Note: I found this, but can't find any information about it; browser.tabs.remote.desktopbehavior