Creating a symbolic link (junction) on Windows

Sometimes you want to move larger program folders to a larger drive in order to save space while preserving the original path. This can be achieved by running the following command (ensure that the source folder has been moved to the destination already):

mklink /J C:\[SRC FOLDER PATH] D:\[DEST FOLDER PATH]