What is the Bootcfg command?

The Bootcfg command is a Recovery Console command used to integrate or modify Boot.ini files. Boot.ini is a hidden file used to determine the directory on the partition, and the folder location on the Windows hard drive.

The bootcfg command is also available on the Command Prompt.

What is the Bootcfg command? Picture 1

1. Bootcfg command syntax

bootcfg / list

/ list = This option will list all the items in the boot list in the boot.ini file.

bootcfg / scan

/ scan = Use this option to guide bootcfg to scan all installed drives on Windows and then display the results.

bootcfg / rebuild

/ rebuild = This option is the process of rebuilding the Boot.ini file.

bootcfg / default

/ default = Convert default boot settings in.

bootcfg / add

/ add = This option allows installing Windows in Boot.ini boot list manually.

2. Bootcfg command example

bootcfg / rebuild

In the above example, the bootcfg command scans all any drives installed on Windows, displays the results, and steps to build Boot.ini files.

3. Bootcfg command is available

The bootcfg command is available in Recovery Console on Windows 2000 and Windows XP.

4. Bootcfg related commands

The Fixboot, Fixmbr and Diskpart commands are often used with the bootcfg command.

You can refer to some of the following articles:

  1. 10 useful commands in Windows you should know

  2. Summary of 20 common Run commands on Windows operating system

  3. 18 useful commands you should try with Cortana

Wish you have moments of fun!

4.5 ★ | 4 Vote

May be interested

  • Del command in WindowsDel command in Windows
    the del command deletes one or more files. this command is the same as the eraser command.
  • How to use the command history function in Command PromptHow to use the command history function in Command Prompt
    command prompt is an extremely familiar command for anyone using windows operating system. besides, a lot of current software also supports the command line to perform actions on the command prompt window, instead of on the screen.
  • Set command in WindowsSet command in Windows
    the set command helps show, set or remove cmd.exe environment variables.
  • Cmd command in WindowsCmd command in Windows
    the cmd command starts a new version of the command interpreter, cmd.exe. if used without parameters, cmd will display copyright information and the version of the operating system.
  • Bitsadmin getdisplayname and bitsadmin geterror command in WindowsBitsadmin getdisplayname and bitsadmin geterror command in Windows
    the bitadmin getdisplayname command takes the display name of the specified task. the bitsadmin geterror command retrieves detailed error information for the specified job.
  • The echo command in WindowsThe echo command in Windows
    the echo command displays the message or turns on / off the command repeat feature. if used without parameters, the echo command will display the current echo setting.
  • Fc command in WindowsFc command in Windows
    the fc command compares two files or a collection of files and displays the differences between them.
  • Command at in WindowsCommand at in Windows
    the at command schedules commands and programs to run on a computer at a specified time with a specific date. you can only use the command at when schedule service is running.
  • Doskey command in WindowsDoskey command in Windows
    the doskey command calls doskey.exe (which reminds of previously entered command lines), modifies the command line and creates macros.
  • 10 useful commands in Windows you should know10 useful commands in Windows you should know
    command prompt is used to execute batch files, perform tasks quickly, help you troubleshoot and solve some windows problems when the system crashes. however, not all commands in windows are useful and must be done regularly. with the 10 command lines in the following article it is very useful even if you are not an administrator.