摘要: 创建一个hyperv.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') 阅读全文
posted @ 2020-03-29 10:02 super久违 阅读(536) 评论(0) 推荐(0) 编辑