Copy UNC network path (not drive letter) for paths on mapped drives from Windows Explorer

Vasantha Kumar Sankar 5 Reputation points
2024-05-14T09:16:13.91+00:00

I just did a fresh update to Windows 11 on my Lenovo Thinkpad. While coping the path (I believe it is UNC path ) for files on Mapped drive. I cannot copy the full path on the file instead only my local Mapped drive Name with the file name.

Example: I have a file in my "Q:" drive, \cartman\users\emueller, and I want to send a link to the file foo.doc therein to coworkers. When I copy the file path (shift+right click, "copy as path") it gets the file name "Q:\foo.doc" in the clipboard. This is unhelpful to others, who would need to see \cartman\users\emueller\foo.doc to be able to consume the link.

Can anyone help?

Windows for business | Windows Client for IT Pros | User experience | Other
{count} vote

1 answer

Sort by: Most helpful
  1. Yanhong Liu 14,200 Reputation points Microsoft External Staff
    2024-05-15T06:09:51.2966667+00:00

    Hello,

    Thank you for posting in Q&A forum.

    Please try these steps:

    1. Open Command Prompt.
    2. Type net use command and press Enter.
    3. You should now have all mapped drives listed in the command result. You can copy the full path from the command line itself.
    4. Or use net use > drives.txt command and then save the command output to a text file. Open it with Notepad and then copy the full path from there.

    Here is a similar thread for your reference: Any way to copy a full network path on Windows 10? - Microsoft Community

    I hope the information above is helpful.

    Best Regards,

    Yanhong Liu

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.