How to install on D:

Got a new system and am installing all applications on the D: drive. Can this be done with CCleaner?

Yes, just select the 'custom' option when running the installer.

If you run into any applications that can't be natively installed on D:\, you can create a symlink from the normal C:\ path (or whichever letter) using

mklink /d "C:\Path" "D:\Path"

Thanks