Call Us At: 701.866.2098

Command Prompt: Deriving UNC Network Path


Here’s the workaround I see many using when sending mapped-network paths via email:

  1. In Windows Explorer, hold the shift button down, right-click on the file, and select Copy as path.
  2. Insert a Hyperlink in the email and paste in the address field of the Hyperlink dialogue box. (Shortcut: Ctrl-V). At this point, the link will display the mapped drive letter as the root (Q:\foo.docx).
  3. Now, right-click and select Edit Hyperlink… you will notice that the Address field has been translated back into the full UNC path (\\cartman\users\emueller\foo.docx). With your mouse in the Address field, hit Ctrl-A and Ctrl-C to copy the full path to your clipboard, then move your cursor to the top field (Text to Display:) hit Ctrl-A and Ctrl-V to display it correctly in your email.

However, finding the UNC network paths for all mapped drives is quite simple using Command Prompt:

  1. Start > Start Search box > enter cmd > Enter.
  2. Command window > type net use > Enter > make a note of the required path > type Exit > Enter.

1 Comment

Leave a comment

Your email address will not be published. Required fields are marked *