正如在GitHub问题中提到的,我去了Windows,但是vmvp.exe和vmcompute.exe都没有任何重写,也没有被称为代码流保护的覆盖,但是有两个被称为代码完整性保护和控制流保护的重写(我怀疑这是由于Windows 11 )。


我仍然会收到这个错误,所以如果有人能澄清的话,我们将不胜感激。

其他信息:
Get-WindowsOptionalFeature -Online | Where-Object { $_.State -eq "Enabled" } | Select-Object FeatureName | clip输出
FeatureName
-----------
Windows-Defender-Default-Definitions
Printing-PrintToPDFServices-Features
Printing-XPSServices-Features
SearchEngine-Client-Package
WorkFolders-Client
Printing-Foundation-Features
Printing-Foundation-InternetPrinting-Client
MSRDC-Infrastructure
MicrosoftWindowsPowerShellV2Root
MicrosoftWindowsPowerShellV2
NetFx4-AdvSrvs
WCF-Services45
WCF-TCP-PortSharing45
SMB1Protocol
SMB1Protocol-Client
SMB1Protocol-Deprecation
MediaPlayback
WindowsMediaPlayer
Microsoft-Windows-Subsystem-Linux相关链接:
发布于 2021-10-21 09:14:19
正如user @NotTheDr01ds注意到的那样,VirtualMachinePlatform被禁用了,但是即使启用了它,我仍然需要启用Hyper-V使其工作,Hyper-V没有安装在Windows版本中,所以我按照本教程安装它,之后我禁用了WSL,重新启用它,然后重新启动使它工作。
家庭安装中的超级V:https://www.how2shout.com/how-to/download-and-install-hyper-v-on-windows-10-home.html
https://askubuntu.com/questions/1369993
复制相似问题