windwos11没有Hyper-V的解决方法

im, 无色
im, 无色
im, 无色
919
文章
0
评论
2021年8月30日13:08:15 评论 46,851

我的系统是windows11家庭版,程序添加这就没有hyper-v,但是可以手动添加,把下面这个脚本修改后缀.cmd即可(如:hyper-v.cmd),不会的可以直接下载我这个文件。
Hyper-v执行文件下载:hyper-v.zip

pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
del hyper-v.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL

执行示意图:

windwos11没有Hyper-V的解决方法

再看看程序添加里面Hyper-v已经按照成功了,重启即可使用。

windwos11没有Hyper-V的解决方法

im, 无色
  • 本文由 发表于 2021年8月30日13:08:15
匿名

发表评论

匿名网友 填写信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: