bootcfg raw
將指定為字串的作業系統載入選項新增至 Boot.ini 檔案 [operating system] 區段中的作業系統項目。 此命令會覆寫任何現有的作業系統項目選項。
語法
bootcfg /raw [/s <computer> [/u <domain>\<user> /p <password>]] <osloadoptionsstring> [/id <osentrylinenum>] [/a]
參數
參數 | 描述 |
---|---|
/s <computer> |
指定遠端電腦的名稱或 IP 位址 (請勿使用反斜線)。 預設是本機電腦。 |
/u <domain>\<user> |
使用 <user> or<domain>\<user> 指定的使用者的帳戶權限執行行該命令。 預設值為發出命令之電腦上的目前已登入使用者權限。 |
/p <password> |
指定 /u 參數中指定的使用者帳戶密碼。 |
<osloadoptionsstring> |
指定要新增至作業系統項目的作業系統載入選項。 這些載入選項會取代與作業系統項目相關聯的任何現有載入選項。 不會對 <osloadoptions> 參數進行驗證。 |
/id <osentrylinenum> |
指定 Boot.ini 檔案的 [operating systems] 區段中新增作業系統載入選項的作業系統項目行號。 [operating system] 區段標頭後面的第一行是 1。 |
/a | 指定應附加至任何現有作業系統選項的作業系統選項。 |
?? | 在命令提示字元顯示說明。 |
範例
此文字應包含有效的 OS 載入選項,例如 /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