最近做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-Computer
注:可以安装hyper-v角色,可以创建虚拟机但是不能启动,用来做试验还是可以的。
时间: 2024-10-08 01:18:00