Adu: Disk Usage Report

Download the free utility:
ADiskUsage_Installer.msi (Windows 32-bit)   
ADiskUsage_Installer64.msi (Windows 64-bit)   

Microsoft Visual C++ redistribution libraries (you probably don't need these, but just in case they are here or you can get them from Microsoft):
vcredist_x86.exe (Windows x86 Visual C++ redistribution if needed)
vcredist_x64.exe (Windows amd64 Visual C++ redistribution if needed)

Version 1.0.2.0 - Release February 26, 2009




FAQ

What does Adu do?
It is a utility that scans your hard drive or folder and shows you the size of the files and directories in it. This is very useful in figuring out where your hard disk space went. Similar to unix command du but with a nice tree view.

What are the terms of usage and distribution?
This utility uses the BSD license, which means you do whatever you want with it at your own risk and it is completely free.

What is an .msi file?
MSI is MicroSoft Installer file. Windows will treat it as an installer when you double click on it.

How do I install it or uninstall it?
To install it, simply save the file above and then run it. To uninstall it, go to the Control Panel and pick Add/Remove Programs and select it in the list (ADiskUsageInstaller) and click Change/Remove button.

How do I use it?
After you install it, you can either run it from Start|Programs|ADiskUsage or right-click a folder or drive in the Windows Explorer and select 'Disk Usage Report'.

Which 64-bit windows is this for?
AMD64 is pretty much the standard now, I think Itanium (IA64) is pretty much dead and very little supports it natively.


Change Log
1.0.2.0 - 2009_02Feb_21
  Cleaned up menus
  Added ability to refresh current directory
  Added export of directory to text file report
  Added ability to clear manually
  Compiled with static MFC and reduced installer from 10MB to 440KB
  Added 64bit executable and build target
1.0.1.0 - 2008_10Oct_16
  Peformance enhancements
  Corrected cancel button behavior
1.0.0.2 - 2005_07Jul_20
  Added a progress dialog (no cancel button yet)
1.0.0.1 - 2005_07Jul_18
  Fixed a bug that executed a report when cancel was pressed at startup
  Fixed shortcut to executable
  Fixed icons
  Cleaned up installer
1.0.0.0 - 2004_10Oct_23
  Initial release