Step reference

Secure Boot check

Report whether Secure Boot is enabled and record the finding on the job, optionally failing the setup if it's off.

1 min readUpdated Jul 31, 2026

What it does

Checks whether Secure Boot is enabled and records the result on the job, so you have evidence of the device's boot-security posture. By default it's report-only: a disabled result completes the step with a clear finding rather than failing the build.

Options

OptionWhat it controls
If Secure Boot is disabledReport only (default): complete the step and show the finding. Fail the step: treat a disabled result as a failure, after which the step's fail behaviour decides stop vs warn.

This step reports; it does not switch Secure Boot on

Secure Boot cannot be enabled from within Windows at all. To actually turn it on, use the HP or Dell BIOS configuration step, which runs in WinPE before Windows installs.

Good to know

  • The natural pairing is to enable Secure Boot with the OEM BIOS step early in the template, then verify it with this step later as proof for the client.

Part of the step catalogue.