[GH-ISSUE #36] Add Feature - Copy Network Printer UNC path context menu option #35

Open
opened 2026-02-25 21:32:30 +03:00 by kerem · 6 comments
Owner

Originally created by @ghost on GitHub (May 25, 2018).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/36

In Windows, in the Devices and Printers window, one should be able to right-click a network printer hosted by a print server and copy its UNC path in the same way as with network folders. Sometimes network printer names are complex, and very long and difficult to type, and are not always listed in Active Directory so it would be beneficial to have the option to right-click a network printer on someone else's computer, then paste it into an email, then have them send it over to you so that you can easily add it yourself if you do not have it. Even if the printer name would be easy to type, it would be still be beneficial to have that feature added.

Originally created by @ghost on GitHub (May 25, 2018). Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/36 In Windows, in the Devices and Printers window, one should be able to right-click a network printer hosted by a print server and copy its UNC path in the same way as with network folders. Sometimes network printer names are complex, and very long and difficult to type, and are not always listed in Active Directory so it would be beneficial to have the option to right-click a network printer on someone else's computer, then paste it into an email, then have them send it over to you so that you can easily add it yourself if you do not have it. Even if the printer name would be easy to type, it would be still be beneficial to have that feature added.
Author
Owner

@clechasseur commented on GitHub (Jun 3, 2018):

This is an interesting idea, but I'm not sure it's easy to do. In Windows 10, the Devices and Printers dialog is no longer a Windows Explorer shell folder, it's a Control Panel dialog...

<!-- gh-comment-id:394126161 --> @clechasseur commented on GitHub (Jun 3, 2018): This is an interesting idea, but I'm not sure it's easy to do. In Windows 10, the Devices and Printers dialog is no longer a Windows Explorer shell folder, it's a Control Panel dialog...
Author
Owner

@ghost commented on GitHub (Jun 7, 2018):

Well perhaps WMI and/or the Registry can be used in this matter. Definitely feasable through the registry but I am sure its feasable through WMI as well, and if so, it is most likely much easier. It would have to work with Win 7, 8.1 and 10 of course.

<!-- gh-comment-id:395478133 --> @ghost commented on GitHub (Jun 7, 2018): Well perhaps WMI and/or the Registry can be used in this matter. Definitely feasable through the registry but I am sure its feasable through WMI as well, and if so, it is most likely much easier. It would have to work with Win 7, 8.1 and 10 of course.
Author
Owner

@ghost commented on GitHub (Jan 23, 2019):

Did you try working on this one? I think that would be a great enhancement.

<!-- gh-comment-id:456681428 --> @ghost commented on GitHub (Jan 23, 2019): Did you try working on this one? I think that would be a great enhancement.
Author
Owner

@clechasseur commented on GitHub (Jan 23, 2019):

No, I did not check yet. I just checked and it's still possible to view network printers in the same manner as before on Windows 10, so perhaps this is feasible after all...

<!-- gh-comment-id:456780880 --> @clechasseur commented on GitHub (Jan 23, 2019): No, I did not check yet. I just checked and it's still possible to view network printers in the same manner as before on Windows 10, so perhaps this is feasible after all...
Author
Owner

@clechasseur commented on GitHub (Sep 4, 2019):

I no longer have access to network printers to test this. If anyone wants to take a stab at this one, I'd accept a PR. 😄

<!-- gh-comment-id:527724321 --> @clechasseur commented on GitHub (Sep 4, 2019): I no longer have access to network printers to test this. If anyone wants to take a stab at this one, I'd accept a PR. 😄
Author
Owner

@ghost commented on GitHub (Sep 5, 2019):

Here is a suggestion in the hopes that it could make this easier. When a printer is network based, you always have it in the printer's name, such as "PRINTERNAME on SERVERNAME", perhaps you can just take that name in string form that is either stored in WMI or in the Registry, and then manipulate that string so as to make \SERVERNAME\PRINTERNAME

<!-- gh-comment-id:528436498 --> @ghost commented on GitHub (Sep 5, 2019): Here is a suggestion in the hopes that it could make this easier. When a printer is network based, you always have it in the printer's name, such as "PRINTERNAME on SERVERNAME", perhaps you can just take that name in string form that is either stored in WMI or in the Registry, and then manipulate that string so as to make \\SERVERNAME\PRINTERNAME
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pathcopycopy#35
No description provided.