Trying to create a symbolic link for Visual Studio Community 2017 due to low storage space.
For reference, Disk C is the one with low space. I want the files to be installed to Disk D.
mklink /j "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community" "D:\Program Files (x86)\Microsoft Visual Studio\2017\Community"
Ran cmd as admin and it returns The system cannot find the path specified.
May I know the mistake here? Thanks.