试试:
用管理员 PowerShell 执行:
Get-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V*
看看:
Microsoft-Hyper-V-Management-Clients
是否为 Enabled。
如果不是,执行:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Management-Clients -All
然后重启。