Update Workflows/Windows/Delete Windows Recovery Partition.md

This commit is contained in:
2025-03-17 15:44:05 -06:00
parent 13a7d32a1f
commit bfc3a7b5f3

View File

@ -34,7 +34,7 @@ Get-Volume | Select-Object DriveLetter, FileSystem, @{Name="FreeSpace(GB)"; Expr
``` ```
DriveLetter FileSystem FreeSpace(GB) TotalSize(GB) DriveLetter FileSystem FreeSpace(GB) TotalSize(GB)
----------- ---------- ------------- ------------- ----------- ---------- ------------- -------------
C NTFS 398.40 476.20 C NTFS 398.40 476.20
FAT32 0.06 0.09 FAT32 0.06 0.09
NTFS 0.11 0.63 NTFS 0.11 0.63
``` ```