摘要: win10 家庭版,原本系统更新后可以直接安装docker desktop并正常运行,无奈安装了个手机模拟器后,docker desktop启动不了... 启动后提示: Hardware assisted virtualization and data execution protection mu 阅读全文
posted @ 2021-10-17 23:45 羽*枫 阅读(6215) 评论(0) 推荐(0)
摘要: 新建文档,输入以下内容 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 阅读全文
posted @ 2021-10-17 23:19 羽*枫 阅读(1087) 评论(0) 推荐(1)