bootcfg raw
将指定为字符串的操作系统加载选项添加到 Boot.ini 文件的 [operating systems] 节中的操作系统条目中。 此命令将覆盖任何现有的操作系统条目选项。
语法
bootcfg /raw [/s <computer> [/u <domain>\<user> /p <password>]] <osloadoptionsstring> [/id <osentrylinenum>] [/a]
参数
参数 | 说明 |
---|---|
/s <computer> |
指定远程计算机的名称或 IP 地址(请勿使用反斜杠)。 默认为本地计算机。 |
/u <domain>\<user> |
使用由 <user> 或 <domain>\<user> 指定的用户的帐户权限来运行命令。 默认情况下将使用发出命令的计算机上当前已登录用户的权限。 |
/p <password> |
指定 /u 参数中指定的用户帐户的密码。 |
<osloadoptionsstring> |
指定要添加到操作系统条目的操作系统加载选项。 这些加载选项将替换与操作系统条目关联的任何现有加载选项。 不会对 <osloadoptions> 参数进行验证。 |
/id <osentrylinenum> |
在 Boot.ini 文件的 [operating systems] 节中指定添加了操作系统加载选项的操作系统条目行号。 [operating systems] 节标题后面的第一行是 1。 |
/a | 指定应将哪些操作系统选项追加到任何现有操作系统选项中。 |
%> | 在命令提示符下显示帮助。 |
示例
此文本应包含有效的操作系统加载选项,例如 /debug、/fastdetect、/nodebug、/baudrate、/crashdebug 和 /sos。
若要将 /debug /fastdetect 添加到第一个操作系统条目的末尾,请替换以前的任何操作系统条目选项:
bootcfg /raw /debug /fastdetect /id 1
使用 bootcfg /raw 命令:
bootcfg /raw /debug /sos /id 2
bootcfg /raw /s srvmain /u maindom\hiropln /p p@ssW23 /crashdebug /id 2