ThinWorld Citrix Knowledgebase

Wednesday, 24 June 2009

Printer Mapping with command line

If you want a command line way to map a printer try the following command on a windows 2000 or windows 2003 server.

rundll32 PrintUI.dll, PrintUIEntry /in /n\\server\printer /q

This will map a network printer for you.
Note : This command is case sensitive on the PrintUIEntry command.

Microsoft recommends the use of this method over the older NT utility Con2prt.exe