在win11中安装安卓子系统需要开启hyper-v服务,但是有些用户发现自己win11家庭版没有hyper-v,其实我们可以通过运行命令来解决问题。
1、首先我们右键桌面空白处,选择新建一个“文本文档”
2、然后在其中输入以下命令并保存。
pushd “%~dp0” dir /b %SystemRoot%servicingPackages*Hyper-V*.mum 》hyper-v.txt for /f %%i in (‘findstr /i 。 hyper-v.txt 2^》nul’) do dism /online /norestart /add-package:“%SystemRoot%servicingPackages%%i” del hyper-v.txt Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL
3、保存完成后,重命名该文本文档,将后缀改为“.cmd”
4、随后我们只要双击运行该文件,就可以启用hyper-v了。