SMB Share as a windows local folder

  1. Press Win + R to open Run.
    2. Enter the UNC path of the share, e.g. \\123.456.789.001\servers, and press Enter.
    3. When prompted, enter the username and password for the share.

    4. Open an elevated Command Prompt (run as Administrator).
    5. Create a directory link that maps the share to a local folder, for example:

    cmd<br>mklink /D C:\folder\abc.com \\123.456.789.001\servers<br>

    Now C:\folder\abc.com behaves like a local folder that points to the remote SMB share.
Sign In Name Sign Out