メインコンテンツへスキップ

検索

検索

Task To Automatically Stop/start Detection Every 24 Hours?

コメント

1件のコメント

  • Avatar
    Shotaro Ito

    Restarting Commander service would restart detection and restart all bartend.exe processes.

    From Tools > General options > Startup, set Commander to load last task used and revert last detection state (default)

     

    Run this batch file from Windows Task scheduler by SYSTEM user daily.

    It would wait a while until current job has finished, however not sure when the task is processing many triggers in queue,

    so I would stop sending new trigger before 1 min of restart etc.

    net stop "Commander Service"
    REM --- Do whatever you want while detection is stop
    net start "Commander Service"
    0

サインインしてコメントを残してください。