Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 741 Bytes

File metadata and controls

28 lines (18 loc) · 741 Bytes

BootMode class function

Project: System Information Unit.

Unit: PJSysInfo.

Class: TPJComputerInfo

Applies to: ~>5.0

class function BootMode: TPJBootMode;

type TPJBootMode = (bmUnknown, bmNormal, bmSafeMode, bmSafeModeNetwork);

Description

Determines the operating system mode into which the the computer was booted.

Returns a value from the TPJBootMode enumeration that describes the boot mode. Values of TPJBootMode are:

Value Meaning
bmUnknown Unknown boot mode.
bmNormal Normal boot.
bmSafeMode Booted in safe mode with no networking.
bmSafeModeNetwork Booted in safe mode with networking.