The bootcfg raw command in Windows
Applies to: Windows Server (Semi-Annual Channel), Windows Server 2016, Windows Server 2012 R2, Windows Server 2012.
The bootcfg raw command adds the option to load the operating system as a string to the operating system entry in the [operating systems] section of the Boot.ini file.
The bootcfg raw command syntax
bootcfg / raw [/ s [/ u / p]] [/ id] [/ a]
Parameters
Parameter Description / s Specifies the name or IP address of the remote computer (do not use a backslash). The default is the local computer. / u Run the command with the user account specified behind. Default is the current user login rights on the computer that is issuing the command. / p Specify the password for the user account specified in the / u parameter . Specify 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. / id Specifies the operating system input line number in the [operating systems] section of the Boot.ini file to update. The first line follows the [operating systems] section of 1. / a. Specifies that the added operating system options will be appended to any existing operating system options. /? Show help at the command prompt.Note
The bootcfg raw command is used to add text to the end of the operating system entry, overwriting any existing operating system entry options. This text must contain OS Load Options (Valid operating system options) such as / debug, / fastdetect, / nodebug, / baudrate, / crashdebug and / sos.
For example, the following command adds "/ debug / fastdetect" at the end of the first operating system entry, replacing any previous operating system entry options:
bootcfg / raw "/ debug / fastdetect" / id 1
For example
The following examples show how you can use the bootcfg / raw command:
bootcfg / raw "/ debug / sos" / id 2 bootcfg / raw / s srvmain / u maindomhiropln / pp @ ssW23 "/ crashdebug" / id 2
See more:
- The bcdedit command in Windows
- Bdehdcfg command in Windows
- Bcdboot command in Windows
You should read it
May be interested
- The nfsstat command in Windowsyou can use the nfsstat command to display or reset the number of calls made to server for nfs.
- Nslookup command in Windows(applies to windows server (semi-annual channel), windows server 2016, windows server 2012 r2, windows server 2012).
- Instructions for using CPU-Z, read the CPU-Z parameters providedcpu-z only works in windows operating system to collect information about some of the main hardware components of the computer.
- The bootcfg rmsw command in Windowsthe bootcfg rmsw command removes the operating system load options for a specified operating system entry.
- Bitsadmin getdisplayname and bitsadmin geterror command in Windowsthe bitadmin getdisplayname command takes the display name of the specified task. the bitsadmin geterror command retrieves detailed error information for the specified job.
- The bitsadmin geterrorcount command and bitsadmin getfilestotal in Windowsthe bitadmin geterrorcount command retrieves the number of times the specified task has generated a temporary error. the bitsadmin getfilestotal command retrieves the number of files in the specified task.