最近做scvmm实验,虚拟机里可能会需要安装hyper-v,百度后查到一下解决方法

使用powershell强制安装:

  • Enable-WindowsOptionalFeature –Online –FeatureName Microsoft-Hyper-V –All –NoRestart

  • Install-WindowsFeature RSAT-Hyper-V-Tools –IncludeAllSubFeature

  • Install-WindowsFeature RSAT-Clustering –IncludeAllSubFeature

  • Install-WindowsFeature Multipath-IO

  • Restart-Computerhyper-v虚拟机里安装hyper-v_安装hyper-v

  • hyper-v虚拟机里安装hyper-v_hyper-v_02

注:可以安装hyper-v角色,可以创建虚拟机但是不能启动,用来做试验还是可以的。