STEPS:
- Create a Shortcut.
- In the type a location of the item field, copy/paste
subst X: "D:\path\to\your\folder"
Example: subst X: "C:\Users\username\Desktop\Video Tools etc"
Replace the drive letter(s) to your preference and of course have the correct full path. - To remove the drive, open a CMD window or simply in RUN windows menu type
subst x: /d
where the x: replace with the drive letter you used in previous steps and /d parameter will delete
TIP: If you keep the shortcut, every time you double click it, it will recreate the mapped drive.