(@_@;)我是程序猿,我编程,我快乐,知识改变命运,技术成就梦想   oh yeah!合作VX "w6668263" 联系Email:ye583025823@126.com

是windows11家庭版没有Hyper-V的解决方法

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

 

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

Hyper-v执行文件下载:hyper-v.zip

 

执行示意图:

 

 

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

 

posted on 2023-03-03 11:49  一个草率的龙果果  阅读(276)  评论(0编辑  收藏  举报

导航