博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何使F8键在Windows 8中进入安全模式
阅读量:2513 次
发布时间:2019-05-11

本文共 1654 字,大约阅读时间需要 5 分钟。

image

Booting into safe mode became non-trivial in Windows 8, especially if you were accustomed to the old F8 shortcut. Here is how to get F8 working again.

在Windows 8中,启动进入安全模式变得不那么容易,尤其是如果您习惯于旧的F8快捷方式。 这是使F8重新工作的方法。

Note: we aren’t necessary recommending that everybody make this change – we are just showing that it is still an option. You can alternatively use some of the new Windows 8 features to fix your computer instead.

注意:我们没有必要建议所有人都进行此更改–我们只是在显示它仍然是一个选择。 您也可以使用Windows 8的某些新功能来修复计算机。

The refresh and reset option is very useful.

刷新和重置选项非常有用。

如何在Windows 8中为安全模式修复F8 (How to Fix F8 For Safe Mode in Windows 8)

With Windows 8, Microsoft updated the standard boot menu policy to include the new Modern UI recovery environment. They also reduced the amount of time Windows waits for an interrupt in the boot sequence to nearly nothing. To get that classic F8 behavior back we need to restore the legacy boot menu policy. To do this, hit the Win + X keyboard combination and launch and elevated command prompt.

在Windows 8中,Microsoft更新了标准的引导菜单策略,以包括新的Modern UI恢复环境。 他们还将Windows等待启动顺序中的中断的时间减少到几乎没有。 为了恢复经典的F8行为,我们需要恢复旧的启动菜单策略。 为此,请按Win + X键盘组合,然后启动和提升命令提示符。

image[2]

When the command prompt opens, run the following:

当命令提示符打开时,运行以下命令:

bcdedit /set {default} bootmenupolicy legacy

bcdedit / set {默认}引导菜单旧式

image

That’s really all there is to it. Now, when your computer boots up, you can mash the F8 key to view the classic Advanced Boot Options.

这就是全部。 现在,在计算机启动时,您可以将F8键混为一体以查看经典的“高级启动选项”。

image

If you want to return the boot menu back to normal, you can use this command:

如果要将引导菜单恢复为正常,可以使用以下命令:

bcdedit /set {default} bootmenupolicy standard

bcdedit / set {默认}引导菜单标准

翻译自:

转载地址:http://dtkwd.baihongyu.com/

你可能感兴趣的文章
Manta
查看>>
centos7 莫名重起的问题
查看>>
架构上面的东西,越少越好
查看>>
SlientEye
查看>>
Codeforces 420
查看>>
【转】配置子目录Web.config使其消除继承,用虚拟目录创建多个网站的方法
查看>>
vue可视化图表 基于Echarts封装好的v-charts简介
查看>>
第二阶段工作02
查看>>
原价和划线统一长度
查看>>
服务器包流程(不断跟新)
查看>>
客户端发包 GS端接收
查看>>
利用datapropertyname属性 把datagridview的列绑定到数据源的列
查看>>
Spring MVC过滤器-委派过滤器代理(DelegatingFilterProxy)
查看>>
AspNetCore taghelpers标签的使用
查看>>
带你学习AOP框架之Aspect.Core[1]
查看>>
Socket简单实现数据交互及上传
查看>>
用android studio编写2-4个数的简易四则运算
查看>>
VUE生命周期中的钩子函数及父子组件的执行顺序
查看>>
代理模式
查看>>
不能运行javac的问题
查看>>