do you know the options?
MENU> Updates> Auto check every day
MENU> Updates> Automatically
MENU> Updates> Delay update to serve last requests
if the first is not checked, the update is only done manually
when the second is checked, the automatically update is only carried out when all the user requests are finished (which does not mean that there is no more user online, because there is no timeout to define a time of logout)
it is possible to play with the next update date and the above parameters by using events script
{.set ini|update-daily=no.}
{.set ini|update-automatically=no.}
{.set ini|delayed-update=yes.}
{.set ini|last-update-check=99999.99999.}
the modified parameters remain functional as long as hfs is in operation, to continue the modification, finish by saving the configuration if necessary
{.save cfg.} optional parameter is one of file, registry, global registry
by default the parameter is same as defined in MENU > Save options > <BOLD TEXT>
to alert the admin use this macro to have a tray balloon
{.notify|
LAST TIME={.time|when=43892.105588831.}
CHECK AUTO={.if|{.get ini|update-automatically.}|yes|no.}
CHECK DAILY={.if|{.get ini|update-automatically.}|yes|no.}
{.play|tada.wav.}
|timeout=360|type=2|title=HFS UPDATE.}