windows10 開機失敗,且按F8無法進入安全模式:

在cmd視窗下:

bcdedit set {default} bootmenupolicy legacy

重啟,再按F8試一試吧!

To Enable or Disable F8 Advanced Boot Options using displaybootmenu Command

1. Open an elevated command prompt or command prompt at boot.

2. Do step 3 (enable) or step 4 (disable) for what you want to do.

 3. To Enable F8 Advanced Boot Options screen in Windows 10
A) Type the command below in the command prompt, press Enter, and go to step 5. (see screenshot below)

bcdedit /set {bootmgr} displaybootmenu yes

 4. To Disable F8 Advanced Boot Options screen in Windows 10

This is the default setting.

A) Type the command below in the command prompt, press Enter, and go to step 5. (see screenshot below)

bcdedit /set {bootmgr} displaybootmenu no

5. When finished, you can close the command prompt if you like.

OPTION TWO

To Enable or Disable F8 Advanced Boot Options using bootmenupolicy Command


If you multi boot operating systems, then this option is handy to be
able to specify which OS you want to enable or disable F8 Advanced Boot
Options for.

1. Open an elevated command prompt or command prompt at boot.

2. Type bcdedit in the command prompt, and press Enter.

3. Under the top Windows Boot Manager section, look to the right of default, and make note of what it has as the identifier (ex: "{current}"). This is for your default OS. (see screenshot below)

4. Do step 5 (enable) or step 6 (disable) for what you want to do.

 5. To Enable F8 Advanced Boot Options screen in Windows 10
A) Type the command below in the command prompt, press Enter, and go to step 7. (see screenshot below)

bcdedit /set {identifier} bootmenupolicy Legacy

Substitute identifier in the command above with the actual identifier (ex: {current}) from step 3 for your default OS.

For example: bcdedit /set {current} bootmenupolicy Legacy

 6. To Disable F8 Advanced Boot Options screen in Windows 10

This is the default setting.

A) Type the command below in the command prompt, press Enter, and go to step 7. (see screenshot below)

bcdedit /set {identifier} bootmenupolicy Standard

Substitute identifier in the command above with the actual identifier (ex: {current}) from step 3 for your default OS.

For example: bcdedit /set {current} bootmenupolicy Standard

7. When finished, you can close the command prompt if you like.

 
https://www.tenforums.com/tutorials/22455-enable-disable-f8-advanced-boot-options-windows-10-a.html

windows10 開機失敗,且按F8無法進入安全模式的更多相关文章

  1. .rpt 文件怎麽打開?Crystal Reports 打開.rpt失敗 ?

    .rpt   是SAP Crystal Reports 製作出來的檔案的後綴名, 可以通過 SAP Crystal Reports Viewer 打開,也可以直接用記事本(notepad / Note ...

  2. LoadLibrary失敗,GetLastError 返回127錯誤

    該原因一般是由於DLL或其依賴的DLL使用了高版本的API,而在低系統中運行時,找不到該函數所引發的錯誤. 比如:該函數:InterlockedExchange64, 看MSDN: Client Re ...

  3. USB多重系統 - 開機碟工具 – WinSetupFromUSB

    WinSetupFromUSB下載與安裝 讓USB磁碟擁有多重開機的功能,WinSetupFromUSB有著提軟體和硬體的高相容性. [官方網頁]:http://www.winsetupfromusb ...

  4. ThinkPad T410i 2516A21 升級手札(換SSD固態硬碟、I7 CPU、開機20秒)

    最近筆記本越來越慢,開機得20分鐘,而且CPU動不動就飆到80度,趁著開學網上活動,準備給老伙計來一次重大升級.查一下主板芯片,最高支持8G內存,已經滿了,光驅位加了一個1T機械硬盤,那麼能升級的就只 ...

  5. vSphere Client部署OVA失敗:無效:SHA256(xxxxxxx.ovf)。

    通過vSphere Client部署OVA失敗. 您會看到此錯誤:OVF包無效,無法部署.以下清單文件條目(第1行)無效:SHA256(xxxxxxx.ovf). 原因 出現此問題的原因是vSpher ...

  6. 如何讓RHEL7/CentOS7開機過程顯示更多資訊

    rhgb選項rhgb用於圖形啟動(graphical boot-up), quiet 而quiet選項可以消除大部分啟動消息. 如何讓RHEL7/CentOS7開機過程顯示更多資訊 Arthur Ch ...

  7. office outlook 無法開啟 outlook 視窗

    例如[無法啟動Microsoft Office Outlook.無法開啟Outlook 視窗.] 1.啟動 Outlook 安全模式outlook.exe /safe2.清除並重新產生目前設定檔的功能 ...

  8. SSIS 無法將保護的 XML 節點 "DTS:Password" 解密,錯誤為 0x8009000B "機碼用在特定狀態時無效

    发现之前部署的SSIS,执行失败,查看日志 來源: 描述: 無法將保護的 XML 節點 -- ::-- ::-- :: DataReader 來源 [] 描述: System.Exception: S ...

  9. 透過手機 App 在 OpenELEC(XBMC)中輸入中文

    這裡介紹如何使用手機 App 在沒有中文輸入法的 OpenELEC(XBMC)中輸入中文字. OpenELEC(XBMC)雖然有內建中文語系,但是卻沒有中文的輸入法,沒辦法直接輸入中文字,這對於一般家 ...

随机推荐

  1. 【转】Hive over HBase和Hive over HDFS性能比较分析

    转载:http://lxw1234.com/archives/2015/04/101.htm 环境配置: hadoop-2.0.0-cdh4.3.0 (4 nodes, 24G mem/node) h ...

  2. shell-code-6-输入输出重定向

    解释: 1. 文件描述符0通常是标准输入(STDIN,终端),1 是标准输出(STDOUT,终端),2 是标准错误输出(STDERR). 2. 如果希望 stderr 追加到 file 文件末尾,可以 ...

  3. 多线程并发情况下 重复insert问题

    代码逻辑: if(数据不存在){ insert(); } 线程启动后,发现数据库表中有相同的记录 解决方案 synchronized同步代码块即加同步锁,synchronized同步代码块的功能: 当 ...

  4. UVa-208 Firetruck (图的DFS)

    UVA-208 天道好轮回.UVA饶过谁. 就是一个图的DFS. 不过这个图的边太多,要事先判一下起点和终点是否联通(我喜欢用并查集),否则会TLE. #include <iostream> ...

  5. PAT Basic 1021

    1021 个位数统计 给定一个k位整数N = d~k-1~*10^k-1^ + ... + d~1~*10^1^ + d~0~ (0<=d~i~<=9, i=0,...,k-1, d~k- ...

  6. HDU 3045 DP 斜率优化 Picnic Cows

    题意:将n个数分成若干组,每组数字的个数不少于t个,要把每组的数字减小到这组最小值,求所有数字减少的最小值. 先将这n个数从小到大排个序,可以想到一组里面的数一定是排序后相邻的. 设d(i)表示前i个 ...

  7. 安装altium designer的破解问题

    无法启动此程序,因为计算机中丢失MFC71.DLL.尝试重装安装该程序 百度下搜索下载MFC71.DLL,解压后复制到c:windows/system32/下,在开始-运行下输入regsvr32 MF ...

  8. 九度oj 题目1536:树的最小高度

    题目描述: 给定一棵无向树, 我们选择不同的节点作为根节点时,可以得到不同的高度(即树根节点到叶子节点距离的最大值), 现在求这棵树可能的最低高度. 输入: 输入可能包含多个测试案例. 对于每个测试案 ...

  9. Quartz与Terracotta的集成

    Quartz与Terracotta的集成 博客分类: Java&Socket 企业应用面临的问题 开源组件的应用 quartz任务集群数据库任务调度Terracotta  Quartz与Ter ...

  10. Understanding performance, load and stress testing

    What are performance, load and stress testing? Performance testing, load testing and stress testing ...