Link to home
Start Free TrialLog in
Avatar of spd21
spd21

asked on

Add Network Printer from CMD printui.dll

I have a network printer shared under \\myserver\myprinter$

I want to add this printer to a local computer using printui.dll

I am using:

rundll32 printui.dll,PrintUIEntry /ga /n\\myserver\myprinter$

All the path are correct: I can get printer properties using

rundll32 printui.dll,PrintUIEntry /p /n\\myserver\myprinter$

But when I try /ga nothing happens.
ASKER CERTIFIED SOLUTION
Avatar of Mikael Jansson
Mikael Jansson
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of spd21
spd21

ASKER

You believe correctly