1

Windows家庭版开启HyperV功能

 1 year ago
source link: https://zhangyiming748.github.io/post/windows-jia-ting-ban-kai-qi-hyperv-gong-neng/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Windows家庭版开启HyperV功能

2022-09-04 Windows

使用记事本编辑文件enableHyperV.bat并保存为ANSI编码

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

以管理员身份运行

尽量重启一次再使用


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK