Bootcfg command in Windows Server 2008

This article describe about Bootcfg command in Windows Server 2008.
  • 3061

Introduction

Bootcfg command in operating system is used to configure, queries and make changes in Boot.ini file settings. The syntax to use Bootcfg command is given below.

Syntax

Bootcfg <parameter> [arguments. . .]

Parameters For Bootcfg

Parameter
Description
Bootcfg /addsw Adds operating system load options for a specified operating system entry.
Bootcfg /copy Makes a copy of an existing boot entry, to which you can add command-line options.
Bootcfg /dbg1394 Configures 1394 port debugging for a specified operating system entry.
Bootcfg /default Adds or changes the debug settings for a specified operating system entry.
Bootcfg /debug Specifies the operating system entry to designate as the default.
Bootcfg /delete Deletes an operating system entry in the operating system section of the Boot.ini file.
Bootcfg /ems Enables the user to add or change the settings for redirection of the Emergency Management Services console to a remote computer.
Bootcfg /query Queries and displays the boot loader and operating system section entries from Boot.ini.
Bootcfg /raw Adds operating system load options specified as a string to an operating system entry in the operating system section of the Boot.ini file.
Bootcfg /rmsw Removes operating system load options for a specified operating system entry.
Bootcfg /timeout Changes the operating system time-out value.

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.