2024-03-01 电脑系统网
win11找不到hyper-v选项难题解析
1、鼠标右键桌面空白处,挑选新建一个“文本文档”。
2、在这其中键入下列指令并上传
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
3、储存结束后,重新命名该文本文档,将后缀名改成“.cmd”。
4、接着只需双击鼠标运作文件内容,就能开启hyper-v了。