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]
Developer(s) | Microsoft |
---|---|
Initial release | October 25, 2001 |
Operating system | Microsoft Windows |
Type | Command |
License | Proprietary commercial software |
Website | docs |
Overview
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
The command-syntax is:
bootcfg <parameter> [arguments...]
Parameters
addsw
– Add operating system load optionscopy
– Make a copy of an existing boot entrydbg1394
– Configures 1394 port debuggingdebug
– Add or changes debug settingsdefault
– Specify the default operating system entrydelete
– Deletes an operating system entryems
– Add or change settings for redirection of the Emergency Management Services consolequery
– Query and displays [boot loader] and [operating systems] section entriesraw
– Add operating system load optionsrmsw
– Remove operating system load optionstimeout
– Change operating system time-out value
References
Further reading
- John Paul Mueller (2007). Windows Administration at the Command Line for Windows Vista, Windows 2003, Windows XP, and Windows 2000. John Wiley & Sons. ISBN 978-0470165799.
External links
Wikibooks has a book on the topic of: Guide to Windows Commands |