bootcfg

From Wikipedia, the free encyclopedia
bootcfg
Developer(s)Microsoft
Initial releaseOctober 25, 2001; 22 years ago (2001-10-25)
Operating systemMicrosoft Windows
TypeCommand
LicenseProprietary commercial software
Websitedocs.microsoft.com/en-us/windows-server/administration/windows-commands/bootcfg

In computing, bootcfg is a command on Microsoft Windows NT-based operating systems which acts as a wrapper for editing the boot.ini file.[1]

Overview[edit]

The command is used to configure, query, or change Boot.ini file settings.[2] A similar command exists in the Recovery Console for repairing or rebuilding boot configuration files.[1][3]

Though NTLDR and boot.ini are no longer used to boot Windows Vista and later versions of Windows NT, they ship with the bootcfg utility regardless. This is to handle boot.ini in the case that a multi-boot configuration with previous versions of Windows exists and needs troubleshooting from within the later operating system.

Windows Vista and later versions will warn users who run bootcfg that BCDEdit is the correct command to modify its booting options.

Syntax[edit]

The command-syntax is:

bootcfg <parameter> [arguments...]

Parameters[edit]

  • addsw – Add operating system load options
  • copy – Make a copy of an existing boot entry
  • dbg1394 – Configures 1394 port debugging
  • debug – Add or changes debug settings
  • default – Specify the default operating system entry
  • delete – Deletes an operating system entry
  • ems – Add or change settings for redirection of the Emergency Management Services console
  • query – Query and displays [boot loader] and [operating systems] section entries
  • raw – Add operating system load options
  • rmsw – Remove operating system load options
  • timeout – Change operating system time-out value

References[edit]

  1. ^ a b "Description of the BOOTCFG Command and Its Uses".
  2. ^ Microsoft TechNet Bootcfg article
  3. ^ "MS-DOS and Windows command line bootcfg command".

Further reading[edit]

External links[edit]