Saturday, November 29, 2014

NTFS Uncompress entire drive

Found a PC with performance issues, not sure how it happened but the entire system drive was compressed using NTFS compression.  To uncompress the entire drive, I used the following commands (system drive was c drive):
cd /d c:\
compact /u /s /a /i
It takes a long time to process all the files.

No comments:

Post a Comment