1,docker遇到的问题1
摘要:
pushd "%~dp0"dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txtfor /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /nores 阅读全文
posted @ 2023-02-10 17:44 会写代码就好了 阅读(15) 评论(0) 推荐(0) 编辑