Copying printer setups

  • Thread starter Thread starter Park2
  • Start date Start date
P

Park2

We have installed 10 new printers.
Each set up to collect from a certain tray and output to a certain
output tray.

eg print job 1. goto HP8000 collect from input 2 output to output tray side.

Is there a way to export / copy all these drivers & settings to other
machines?

Would save a lot of configuring if poss.

Windows XP pro machines.

Cheers

SteveW
 
There is a tool included with Windows, which can do just that:

"rundll32 printui.dll,PrintUIEntry /?"

If you need more help just google for: rundll32 printui.dll
 
Brilliant tool. Thanks a million.


Alan Morris said:
also printmig.exe

http://www.microsoft.com/downloads/...25-cbc9-44da-b2c9-ffdbc46b0b17&DisplayLang=en

--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto

This posting is provided "AS IS" with no warranties, and confers no
rights.

Christoph Lindemann said:
There is a tool included with Windows, which can do just that:

"rundll32 printui.dll,PrintUIEntry /?"

If you need more help just google for: rundll32 printui.dll
 
Most of the printers are on a network card and worked fine.

One minor niggle is if a printer is connected to LPT on John and shared as
\\John\Permits when restoring on John's machine you have to manually change
the port to LTP1. Otherwise the print job seems to stay looped in the print
window.



(e-mail address removed)...
Brilliant tool. Thanks a million.


Alan Morris said:
also printmig.exe

http://www.microsoft.com/downloads/...25-cbc9-44da-b2c9-ffdbc46b0b17&DisplayLang=en

--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto

This posting is provided "AS IS" with no warranties, and confers no
rights.

Christoph Lindemann said:
There is a tool included with Windows, which can do just that:

"rundll32 printui.dll,PrintUIEntry /?"

If you need more help just google for: rundll32 printui.dll

--
Christoph Lindemann
Undocumented Printing
http://undocprint.printassociates.com/



We have installed 10 new printers.
Each set up to collect from a certain tray and output to a certain
output tray.

eg print job 1. goto HP8000 collect from input 2 output to output tray
side.

Is there a way to export / copy all these drivers & settings to other
machines?

Would save a lot of configuring if poss.

Windows XP pro machines.

Cheers

SteveW
 
sounds like LPT1 is getting remapped or had been mapped to \\server\share

make sure that it was not already mapped by using the net use command.


E:\>net use
New connections will not be remembered.


Status Local Remote Network

------------------------------------------------------------------------------
OK LPT1 \\server\printshare Microsoft Windows
Network



clear the mapping with net use.
net use lpt1: /d
--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.

Park2 said:
Most of the printers are on a network card and worked fine.

One minor niggle is if a printer is connected to LPT on John and shared as
\\John\Permits when restoring on John's machine you have to manually
change the port to LTP1. Otherwise the print job seems to stay looped in
the print window.



(e-mail address removed)...
Brilliant tool. Thanks a million.


Alan Morris said:
also printmig.exe

http://www.microsoft.com/downloads/...25-cbc9-44da-b2c9-ffdbc46b0b17&DisplayLang=en

--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto

This posting is provided "AS IS" with no warranties, and confers no
rights.

There is a tool included with Windows, which can do just that:

"rundll32 printui.dll,PrintUIEntry /?"

If you need more help just google for: rundll32 printui.dll

--
Christoph Lindemann
Undocumented Printing
http://undocprint.printassociates.com/



We have installed 10 new printers.
Each set up to collect from a certain tray and output to a certain
output tray.

eg print job 1. goto HP8000 collect from input 2 output to output tray
side.

Is there a way to export / copy all these drivers & settings to other
machines?

Would save a lot of configuring if poss.

Windows XP pro machines.

Cheers

SteveW
 
Back
Top