Win11家庭版没有Hyper-V怎么添加?

时间 2022-06-05 15:09:27 时间 2022-06-05 15:09:27 作者 admin 作者 admin 来源 <a href='https://www.xitongzhijia.com/' target='_blank' style='color:#AAA'>系统之家官网</a> 来源 系统之家官网

  有很多用户的电脑系统是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

  执行示意图:

Win11家庭版没有Hyper-V怎么添加

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

Win11家庭版没有Hyper-V怎么添加