【问题标题】:How to Enabled Virtualization on Window 10 By Command Line or Power Shell?如何通过命令行或 Power Shell 在 Window 10 上启用虚拟化?
【发布时间】:2021-02-23 17:43:11
【问题描述】:

我想将所有 HyperRequirement**** 设置为 true 确保我已在 BIOS 设置中启用?

【问题讨论】:

    标签: powershell command-line virtualization


    【解决方案1】:

    您无法从 Powershell 设置这些属性 - 您需要为 Windows 和/或您的 BIOS 找到与虚拟化相关的适当设置并启用它们

    对于HyperVRequirementDataExecutionPreventionAvailable,您需要一个支持数据执行保护的处理器,并且必须启用它:

    对于HyperVRequirementSecondLevelAddressTranslation,您需要一个支持二级地址转换的处理器。据我所知,这不是一个可配置的设置——你有或没有

    对于HyperVRequirementVirtualizationFirmwareEnabled,您必须确保在您的 BIOS 中正确启用了虚拟化。

    对于HyperVRequirementVMMonitorModeExtensions,您的处理器必须支持 VT-x 或 AMD-V,并且必须在您的 BIOS 中启用。

    【讨论】:

      猜你喜欢
      • 2021-02-15
      • 2018-04-17
      • 2016-02-18
      • 2017-10-28
      • 2014-02-20
      • 2021-06-05
      • 2014-11-13
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多