Docs / Remove / Scheduled Tasks

Scheduled Tasks

Enable, disable, or remove Windows scheduled tasks in the image.

This page lists the Windows scheduled tasks detected in the loaded image, grouped in the same folder tree as in the Task Scheduler. Set each task to Enabled, Disabled, or Remove, and the changes are queued for the next Apply, like on the other pages.

Task names and descriptions are read from the image itself, so the list matches what the deployed Windows would show in its own Task Scheduler.

Task StatesPremium

Each task's current state is read from its definition in the image. A task without an explicit disable counts as enabled, which is also the Windows default.

  • Enabled - the task stays registered and runs on its triggers.
  • Disabled - the task stays in the image but does not run. Can be re-enabled later, in NTLite or in the deployed Windows.
  • Remove - the task definition and its registration are deleted from the image.

Prefer Disabled over Remove unless you are sure the task is not needed. A removed task cannot be brought back on the deployed system, and disabling gives the same practical result while staying reversible.

Why Not Edit Task Files Directly

Windows validates every scheduled task against its own registration. A task file edited by hand in a mounted image no longer matches, so the scheduler treats it as tampered and drops it - the task simply never runs on the deployed system, with nothing reported at the time of the edit.

Setting a state on this page keeps the registration valid, so the change survives that check, offline and on a live install alike. On a fresh image that carries no task files yet, the change is queued and applied on first boot instead, once Windows has registered its own tasks.

Offline Image or Live Install

The page works the same on an offline image and on the current installation loaded in live mode, so an existing Windows can be trimmed without reinstalling - see the Host Refresh guide for the live workflow.

Disabling telemetry, data collection, and vendor maintenance tasks is a common step when building a lean image - see the Windows Lite ISO guide for the full workflow, combined with component removal.