<div dir="ltr"><div>Hi,</div><div><br></div><div>for computers, that don't get rebooted regularly, I use a windows task that restarts wpkgservice once daily early in the morning before business starts. <br></div><div>One can also specify in the task, that the task should wake up the computer to execute the task and/or that if the the task can not be run at the specified time, it should be executed later but as soon as possible.</div><div>This should ensure, that wpkg runs when no one is using the computer or immediately when it is woken up.</div><div><br></div><div>Alternative:</div><div>Disallow suspend to disk and enforce hard reboots e.g. powercfg -h off</div><div><br></div><div>regards <br></div><div><br></div><div>Bernhard<br></div><div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mo., 15. März 2021 um 23:17 Uhr schrieb Andreas Schamanek <<a href="mailto:schamane@fam.tuwien.ac.at">schamane@fam.tuwien.ac.at</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Hi fellow wpkgers,<br>
<br>
Due to the fact that Windows 10 does a suspend to disk even at the <br>
so-called "shutdown" I created a scheduler task that runs WPKG every 8 <br>
hours. This works, however, the disadvantage is that some updates, <br>
e.g. for Thunderbird, require a taskkill, e.g. I am using<br>
<br>
   taskkill /F /IM Thunderbird.exe<br>
<br>
Now since updates might run while a user is logged in and is actively <br>
using the application killing it is not good :}<br>
<br>
What approaches are you using to work around this?<br>
<br>
In my particular setup it's actually only 2 programs that are affected <br>
by this: Thunderbird and Firefox. Do you suggest that we should rely <br>
on Mozilla Maintenance Service? I haven't tried it for some years, <br>
now, because it didn't work back then on computers where users have no <br>
administrative rights at all. I am afraid that hasn't changed.<br>
<br>
-- <br>
-- Andreas<br>
<br>
      :-)<br>
<br>
---------------------------------<br>
wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" rel="noreferrer" target="_blank">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>
_______________________________________________<br>
wpkg-users mailing list<br>
<a href="mailto:wpkg-users@lists.wpkg.org" target="_blank">wpkg-users@lists.wpkg.org</a><br>
<a href="https://lists.wpkg.org/mailman/listinfo/wpkg-users" rel="noreferrer" target="_blank">https://lists.wpkg.org/mailman/listinfo/wpkg-users</a><br>
</blockquote></div></div>