Bootcfg /raw


Applies To: Windows Server 2008,Windows Vista

Adds operating system load options specified as a string to an operating system entry in the [operating systems] section of the Boot.ini file.

For examples of how this command can be used, see Examples.

Syntax


Copy Code

bootcfg /raw [/s <Computer> [/u <Domain>\<User> /p <Password>]] <OSLoadOptionsString> [/id <OSEntryLineNum>] [/a]

Parameters

Term

Definition

/s <Computer>

Specifies the name or IP address of a remote computer (do not use backslashes). The default is the local computer.

/u <Domain> \<User>

Runs the command with the account permissions of the user specified by <User> or <Domain>\<User>. The default is the permissions of the current logged on user on the computer issuing the command.

/p <Password>

Specifies the password of the user account that is specified in the /u parameter.

<OSLoadOptionsString>

Specifies the operating system load options to add to the operating system entry. These load options will replace any existing load options associated with the operating system entry. No validation of <OSLoadOptions> is done.

/id <OSEntryLineNum>

Specifies the operating system entry line number in the [operating systems] section of the Boot.ini file to update. The first line after the [operating systems] section header is 1.

/a

Specifies that the operating system options being added should be appended to any existing operating system options.

/?

Displays help at the command prompt.

Remarks


Copy Code

bootcfg /raw "/debug /fastdetect" /id 1

Examples

The following examples show how you can use the bootcfg /raw command:


Copy Code

bootcfg /raw "/debug /sos" /id 2
bootcfg /raw /s srvmain /u maindom\hiropln /p p@ssW23 "/crashdebug " /id 2

Additional references

Command-Line Syntax Key