Tech Support > Microsoft Windows > Working Remotely > Remotely install a tcp/ip port and printer
Remotely install a tcp/ip port and printer
Posted by CJB on October 31st, 2005


Does anyone know How I can install s network printer via TCP/IP with out
going to the machin?
Thanks

Posted by Peter on November 1st, 2005


> Does anyone know How I can install s network printer via TCP/IP with out
> going to the machin?


Which "machin"?


Posted by Ron S on November 2nd, 2005


rundll32 printui.dll,PrintUIEntry /?
I've used this to deploy 10+ printer to about 30 plus pc's it works very
smoothly once you figure it out...

rundll32.exe printui.dll,PrintUIEntry /in /n \\DOMAIN\PRINTERNAME
or
rundll32.exe printui.dll,PrintUIEntry /in /n\\DOMAIN\PRINTERNAME

I don't have this in front of me right now but I'm pretty sure this is
correct.

Posted by Ron S on November 2nd, 2005


Sorry Here is the proper string:
rundll32 printui.dll,PrintUIEntry /in /n \\server\printer

Domain - Server... close for off the top of my head!


Similar Posts