Saturday, September 8, 2018
Creating a link to mapped network drive with local Windows folder
Creating a link to mapped network drive with local Windows folder
down voteStart Run
CMD /C MKLINK /D C:\local\path \\UNC\path\folder
The
/C
argument tells CMD to exit after running the string.
change loca\path with your local folder name
UNC\path with your network address path
Subscribe to:
Posts (Atom)