不按F8進安全模式的方法

來源:互聯網
上載者:User

每次按F8很是麻煩,能不能直接選擇而不需要按F8呢?很簡單,稍稍修改一下Boot.ini檔案就可以搞定了。

安全模式的參數有:

模式: 安全模式
參數: /safeboot:minimal /sos /bootlog /noguiboot
模式: 帶網路支援的安全模式
參數: /safeboot:network /sos /bootlog /noguiboot
模式: 帶命令列提示符的安全模式
參數: /safeboot:minimal(alternateshell) /sos /bootlog /noguiboot
模式: 記錄開機記錄
參數: /bootlog
模式: VGA模式
參數: /basevidea
模式: 目錄服務還原模式(只用於網域控制站)
參數: /safe:dsrepair /sos
模式: 偵錯模式
參數: /debug

具體的解釋參看:《解讀多重啟動引導檔案——BOOT.INI》一文

修改後的Boot.ini檔案樣本如下:

[boot loader]
timeout=15
default=multi(0)disk(0)rdisk(0)partition(1)/WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)/WINDOWS="Microsoft Windows XP Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)/WINDOWS="Microsoft Windows XP Professional 安全模式" /safeboot:minimal /sos /bootlog /noguiboot
multi(0)disk(0)rdisk(0)partition(1)/WINDOWS="Microsoft Windows XP Professional 帶網路的安全模式" /safeboot:network /sos /bootlog /noguiboot
multi(0)disk(0)rdisk(0)partition(1)/WINDOWS="Microsoft Windows XP Professional 帶命令列的安全模式" /safeboot:minimal(alternateshell) /sos /bootlog /noguiboot
multi(0)disk(0)rdisk(0)partition(1)/WINDOWS="Microsoft Windows XP Professional 記錄開機記錄" /bootlog
multi(0)disk(0)rdisk(0)partition(1)/WINDOWS="Microsoft Windows XP Professional VGA模式" /basevidea
multi(0)disk(0)rdisk(0)partition(1)/WINDOWS="Microsoft Windows XP Professional 目錄服務還原模式(只用於網域控制站)" /safe:dsrepair /sos
multi(0)disk(0)rdisk(0)partition(3)/WINDOWS="Microsoft Windows XP Professional 偵錯模式" /debug
C:/="Microsoft Windows 98 Second Edition"

重新啟動以後就可以看到以上的啟動選項菜單了。

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.