text stringlengths 0 4.23k |
|---|
/s <computer> |
Specifies the name or IP address of a remote computer (don't 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 replace any existing load options associated with the operating system entry. There is no validation against the <osloadoptions> parameter. |
/id <osentrylinenum> |
Specifies the operating system entry line number in the [operating systems] section of the Boot.ini file to which the operating system load options are added. The first line after the [operating systems] section header is 1. |
/a |
Specifies which operating system options should be appended to any existing operating system options. |
/? |
Displays help at the command prompt. |
/s <computer> |
/u <domain>\<user> |
<user> |
<domain>\<user> |
/p <password> |
<osloadoptionsstring> |
<osloadoptions> |
/id <osentrylinenum> |
Examples |
This text should contain valid OS Load Options such as /debug, /fastdetect, /nodebug, /baudrate, /crashdebug, and /sos. |
To add /debug /fastdetect to the end of the first operating system entry, replacing any previous operating system entry options: |
bootcfg /raw /debug /fastdetect /id 1 |
To use the bootcfg /raw command: |
bootcfg /raw /debug /sos /id 2 |
bootcfg /raw /s srvmain /u maindom\hiropln /p p@ssW23 /crashdebug /id 2 |
bootcfg rmsw |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Removes operating system load options for a specified operating system entry. |
Syntax |
bootcfg /rmsw [/s <computer> [/u <domain>\<user> /p <password>]] [/mm] [/bv] [/so] [/ng] /id <osentrylinenum> |
Parameters |
Parameter |
Description |
/s <computer> |
Specifies the name or IP address of a remote computer (don't 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. |
/mm |
Removes the /maxmem option and its associated maximum memory value from the specified <osentrylinenum>. The /maxmem option specifies the maximum amount of RAM that the operating system can use. |
/bv |
Removes the /basevideo option from the specified <osentrylinenum>. The /basevideo option directs the operating system to use standard VGA mode for the installed video driver. |
/so |
Removes the /sos option from the specified <osentrylinenum>. The /sos option directs the operating system to display device driver names while they are being loaded. |
/ng |
Removes the /noguiboot option from the specified <osentrylinenum>. The /noguiboot option disables the progress bar that appears before the CTRL+ALT+DEL logon prompt. |
/id <osentrylinenum> |
Specifies the operating system entry line number in the [operating systems] section of the Boot.ini file to which the operating system load options are added. The first line after the [operating systems] section header is 1. |
/? |
Displays help at the command prompt. |
/s <computer> |
/u <domain>\<user> |
<user> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.