摘要: 创建记事本文档.txt,键入以下代码: 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 @ 2024-06-12 21:32 MegaSu 阅读(204) 评论(0) 推荐(0) 编辑