Sir Patrick Crocodile
6th June 2010, 08:50 PM
For all those who want a lil' ol' optimization of disk space, if you have any of the following versions of Windows, this applies:
Windows NT 3.1 Windows NT 3.5 Windows NT 3.51 Windows NT 4.0 Windows 2000 Windows XP Windows Server 2003 Windows Vista Windows Server 2008 Windows 7 Windows Server 2008 R2
Your hard disk MUST be formatted in NTFS for it to work. On Windows Vista or above, the system drive is formatted in NTFS anyway, so that's no problem.
But you can compress your hard drive to save space (and in some cases, make read access even faster too if your hard drive is slow) on your drive.
Simple old command (open up Command Prompt and make sure the Command Prompt is elevated or running with administrator privileges):
COMPACT /C /S:#: /I /F /A
Note that "#" should be replaced with the letter of the drive you want to compress. Letters such as C or G or I for example.
Minimize the command prompt to speed the process (sounds silly, but it works because a repaint of that window is not required for every file compressed) too.
If you have enabled the display of compressed and encrypted files in different colors (often by default, so you really don't need to do anything here unless you've changed them) then your compressed files will appear blue da ba di da ba dai.
Thought I might share a lil' ol something for fellow NT users to work on. No noticeable peformance degradation, even running off my Windows NT machine.
Windows NT 3.1 Windows NT 3.5 Windows NT 3.51 Windows NT 4.0 Windows 2000 Windows XP Windows Server 2003 Windows Vista Windows Server 2008 Windows 7 Windows Server 2008 R2
Your hard disk MUST be formatted in NTFS for it to work. On Windows Vista or above, the system drive is formatted in NTFS anyway, so that's no problem.
But you can compress your hard drive to save space (and in some cases, make read access even faster too if your hard drive is slow) on your drive.
Simple old command (open up Command Prompt and make sure the Command Prompt is elevated or running with administrator privileges):
COMPACT /C /S:#: /I /F /A
Note that "#" should be replaced with the letter of the drive you want to compress. Letters such as C or G or I for example.
Minimize the command prompt to speed the process (sounds silly, but it works because a repaint of that window is not required for every file compressed) too.
If you have enabled the display of compressed and encrypted files in different colors (often by default, so you really don't need to do anything here unless you've changed them) then your compressed files will appear blue da ba di da ba dai.
Thought I might share a lil' ol something for fellow NT users to work on. No noticeable peformance degradation, even running off my Windows NT machine.