如何在不进入 Windows 10 BIOS 的情况下检查英特尔虚拟化是否已启用

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/49005791/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 20:03:24  来源:igfitidea点击:

How to check if Intel Virtualization is enabled without going to BIOS in Windows 10

windowswindows-10x86-64intelvirtualization

提问by Amol.Shaligram

I want to check if Intel virtualization is enabled in my laptop or not (Lenovo Thinkpad, Win 10 64 bit). Is there any way available to check it without going to BIOS?

我想检查我的笔记本电脑是否启用了英特尔虚拟化(联想 Thinkpad,Win 10 64 位)。有没有什么方法可以在不进入BIOS的情况下检查它?

回答by cmul

Right-click Start > Run > msinfo32

右键单击开始 > 运行 > msinfo32

The first page shows whether virtualization is enabled in BIOS (firmware).

第一页显示是否在 BIOS(固件)中启用了虚拟化。

msinfo32 "Hyper-V - Virtualization Enabled in Firmware   Yes"

msinfo32“Hyper-V - 在固件中启用虚拟化是”

回答by Samir Dangal

First method – Easiest option- Check your Task Manager

第一种方法——最简单的选择——检查你的任务管理器

If you have Windows 10 or Windows 8 operating system, the easiest way to check is by opening up Task Manager->Performance Tab. You should see Virtualization as shown in the below screenshot. If it is enabled, it means that your CPU supports Virtualization and is currently enabled in BIOS. If it shows disabled, you need to enable it in BIOS. If you don't see virtualization, it means that your CPU does not support virtualization. Read herefor more information.

如果您使用的是 Windows 10 或 Windows 8 操作系统,最简单的检查方法是打开任务管理器->性能选项卡。您应该会看到虚拟化,如下面的屏幕截图所示。如果启用,则表示您的 CPU 支持虚拟化并且当前在 BIOS 中启用。如果显示已禁用,则需要在 BIOS 中启用它。如果您没有看到虚拟化,则表示您的 CPU 不支持虚拟化。阅读此处了解更多信息。