摘要: 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 /nor 阅读全文
posted @ 2022-06-24 16:11 abelkeith 阅读(74) 评论(0) 推荐(0)