Create a Library for a Non-UNC Path in Windows 7

article #623, updated 4141 days ago

There is a way, using a symbolic link to the UNC:

  1. Create a folder on your hard drive, e.g., C:\UNC-LNK
  2. Create a second folder in the above with the name of the UNC destination itself, e.g., C:\UNC-LNK\SHARED-LOCATION
  3. Add the second folder above to a new library.
  4. Delete second folder above.
  5. Open an administrative command prompt (right click on Command Prompt in Accessories, choose “Run as administrator”).
  6. Do your equivalent of the following in the command prompt window: mklink /d c:\UNC-LNK-SHARED-LOCATION \\SERVERNAME\SHARENAME
  7. Done!

Categories: