摘要: 只显示当前文件夹下子文件夹的大小并排序(由z.ai提供),不包括文件。 win11系统。。powershell Get-ChildItem -Directory | ForEach-Object { $size = (Get-ChildItem $_.FullName -Recurse -File 阅读全文
posted @ 2026-08-18 11:04 POTUS88 阅读(3) 评论(0) 推荐(0)