摘要: # 运行 powershell 复制下面命令执行 Get-ChildItem -Directory | ForEach-Object { $folder = $_ $totalSize = (Get-ChildItem -Path $folder.FullName -Recurse | Measur 阅读全文
posted @ 2024-06-03 18:24 冷夜O 阅读(513) 评论(0) 推荐(0)