Setting Up a Network Printer for Another Computer
Hello, I have a question for the command "rundll32 printui.dll PrintUIEntry"
I would like to use it to set up a Network printer on another computer, for example:
My computer has the name in the domain as MACHINE001 and I would like to perform a command to configure the printer on MACHINE002.
To set up on my computer, I use the command: rundll32 printui.dll PrintUIEntry / in / n \\ SERVIDOR001 \ PRINTER001
PS: Server001 is my print server and PRINTER001 is my network printer.
How can I configure this printer for MACHINE002?
Thanks!
1 Comment
[ + ] Show comment
-
I think you may be calling the command in slightly the wrong order. Could you try something more like rundll32 printui.dll PrintUIEntry /in \\SERVIDOR001\PRINTER001 /n MeaningfulPrinterName - alphabeta 7 years ago
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
7 years ago