How to mount a remote CIFS SMB Share as a windows local folder

Open Run and enter the UNC path, for example:

\\123.456.789.001\servers

Enter the required username and password.

Then open an admin command prompt and create a directory link to the share:

mklink /d C:\folder\abc.com \\123.456.789.001\servers
Sign In Name Sign Out