Longtime PC users may be familiar with the DOS command subst – short for substitute. For those unfamiliar, subst allows you to substitute a physical folder path with a virtual drive. As an example, you could map the path of your iTunes Music folder from c:\Users\username\Music\iTunes\iTunes Music to the virtual drive M. Then under My Computer, you would see your traditional C drive as well as a virtual drive M. You may already see some potential applications for this; in my situation here it allows me to have a consistent iTunes Library mapping across different computers where I may not have the same username. iTunes is told to look on M drive for all my music.
This is all well and good but there is one rather large and frustration catch, subst commands do not stick after a reboot – you must repeat the process each time. This truly cuts into the usefulness of subst, at least to me. Thankfully, there is a solution!
Psubst is a free utility that address that little problem above, perhaps you can already guess what the p stands for? Persistent subst utilizes the exact same syntax as the native subst command complete with the somewhat dated process of launching a Command window to execute.

Discussion
No comments for “Keeping subst mounts across Windows reboots”
Post a comment