Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Feature - Copy Network Printer UNC path context menu option #36

Open
ghost opened this issue May 25, 2018 · 6 comments
Open

Add Feature - Copy Network Printer UNC path context menu option #36

ghost opened this issue May 25, 2018 · 6 comments

Comments

@ghost
Copy link

ghost commented May 25, 2018

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.

@clechasseur
Copy link
Owner

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...

@ghost
Copy link
Author

ghost commented 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.

@ghost
Copy link
Author

ghost commented Jan 23, 2019

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

@clechasseur
Copy link
Owner

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...

@clechasseur
Copy link
Owner

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. 😄

@ghost
Copy link
Author

ghost commented 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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant