低于8G内存就不要尝试了
网上大佬整理出的批处理脚本,以管理员身份运行,需要重启:
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、Windows虚拟平台
下载WSA安装包:
输入 https://www.microsoft.com/store/productId/9P3395VX91NR 选择Retail,确认。
拉到最下面,下载最大的文件。
以管理员身份,打开powershell,执行WSA安装:
add-appxpackage .\MicrosoftCorporationII.WindowsSubsystemForAndroid_2209.40000.26.0_neutral_~_8wekyb3d8bbwe.msixbundle
后安装辅助工具 WSA Toolbox:
https://www.microsoft.com/store/productId/9PPSP2MKVTGT
标签:11,WSA,hyper,Windows,https,txt,store From: https://www.cnblogs.com/Tty725/p/16860415.html