热门
最新
红包
立Flag
投票
同城
我的
发布
Windows10家庭版更新后提示更新Windows11家庭版,等闲更新后,发现Hyper-V没有了,网上找了个方法试了下,参考来源:https://www.liulanqi.com/15633.html,
新建一个文件名为hyper-v.cmd,里面复制粘贴内容如下,以管理员运行就可以,
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
CSDN App 扫码分享
评论
点赞
打赏
- 复制链接
- 举报
下一条:
周末的时光总是这么快就结束了。