WINDOWS AUTOMATION GUIDE

Wait for the right signals.
Then let the PC act.

A single monitor answers one question. A Custom Rule combines two to four compatible conditions, so a shutdown can wait for a clearer picture of what “finished” actually means.

When one condition is not enough

A low CPU reading can mean that a render is finished—or that it is merely waiting to write files. Quiet network traffic can mean a download is done—or that it has paused for a moment. Combining signals makes it less likely that an automatic action runs too early.

Auto Shutdown & Scheduler’s Custom Rule brings together two to four compatible monitor conditions. You choose the action and decide whether every condition must match, or whether any one of them is enough.

Use a Custom Rule only when it solves a real ambiguity: if one monitor already represents the end of the task clearly, keep the automation simple.

Understand AND and OR logic

The logic is simple, but the consequences are different:

  1. AND: every selected condition must be true. This is safer when you need evidence that several kinds of activity have settled.
  2. OR: any selected condition can start the action. This suits alternative stopping points, but it should be used carefully because the first matching condition wins.
  3. Start small: combine two conditions first. Add more only when they improve the decision instead of making it harder to understand.

For example, an AND rule can wait until CPU usage is low and network traffic is quiet. That is more deliberate than treating either signal alone as proof that all work has finished.

Build a rule around your workflow

Good rules describe a specific, observable finish line. A few useful patterns:

  1. Long transfer plus post-processing: wait for CPU and network activity to settle before sleeping or shutting down.
  2. Creative work: use CPU monitoring alongside another compatible signal when a renderer has more than one active stage.
  3. Multiple monitored tasks: use OR only when either condition genuinely means it is safe to take the same action.

Conditions must be compatible in the app. That guardrail prevents combinations that do not represent a meaningful, reliable automation.

Test before you trust it overnight

First enable the component monitors individually and observe their behavior. Learn what normal idle CPU, network, disk, or other activity looks like on your PC. Then create the Custom Rule with an action that is easy to recover from, such as Lock or Sleep, before relying on Shut Down.

Keep a pre-action warning enabled for disruptive actions. If a condition becomes true during an unexpected pause, the warning gives you a final chance to cancel and refine the rule.

Keep rules readable

Name the intent in your own words before building the automation: “shut down only after the transfer and processing are both calm.” If you cannot explain the rule in one sentence, it is probably too complex.

Review Custom Rules whenever your workflow changes. New background apps, different export settings, or a changed network connection can alter the signals that made an old rule dependable.

Build automation with fewer guesses

Combine compatible monitors, choose AND or OR deliberately, and keep the final action under your control. Try every Pro feature free for 15 days.

Custom Rule FAQ

What is a Custom Rule?

It combines two to four compatible monitor conditions with AND or OR logic, then runs the action you choose when the rule matches.

Should I use AND or OR?

Use AND when all selected signals must be true before acting. Use OR only when any one of the selected conditions independently makes the same action safe.

Can I combine CPU and network activity?

Yes. A common example is waiting for low CPU usage and quiet network activity, which can provide more confidence than either signal alone.

How do I avoid an accidental shutdown?

Test each monitor separately, begin with a recoverable action, and keep the pre-action warning enabled while you refine the rule.