I’ve written before about relocating cache folders off of the main drive, either through the application’s preference system or more technically involved – symbolic links with mklink. Briefly, symbolic links or junction points are somewhat like Windows shortcuts in that they offer a sort of redirection to another location but differ in that they are a bit more transparent to the user and other applications. Windows can reference c:\iTunes even though the folder is symlinked to another disk drive, for example.
The command line utility mklink is confusing for most users – if only because it involves dropping to a command prompt. Symbolic Link Creator is a GUI that sits atop mklink, providing a comforting interface for most novice users while still providing the power and flexibility that mklink introduces.
Usage is extremely straightforward: select the type of symlink, the location where you want your link to point, and the real folder you want to link.
Using the iTunes music directory example from above the process would involve:
- moving the c:\iTunes folder to it’s new destination within Windows Explorer – say d:\Media\Music
- where you want your link to point then becomes the now non-existent c:\iTunes
- and the real folder you want to link becomes d:\Media\Music
Simple enough?
















