Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

copy print queue to new server?

Status
Not open for further replies.

kempp

MIS
Jun 20, 2001
6
US
Is it possible to copy a print queue to a different system?

I have a large number of print queues on an NT4 server that I
need to migrate to a second server. Are there any methods/tools
for doing this? I'm sure I would have to manually install print
drivers on the new system, but having done that once for each
type of printer, it seems like there ought to be a way to
capture the configuration from one system and copy it to
another... or is this just big-time wishful thinking??

Thanks!
 
Copy everything in c:\winnt\system32\spool to the same location on your new server. Export the printer settings from the registry and import them onto your new server. Make sure tcp\ip print services and any other special print services that you may or may not use are installed on the local machine and reboot. Your day should be a little better.

To export print settings from the registry use the following command (all on one line) It will create a file called print.reg on your c: drive. Copy it to your new server and double click it and that part is done.

regedit /e c:\print.reg "HKEY_LOCAL_MACHINE\system\currentcontrolset\control\print"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top