remove network printer in XP

  • Thread starter Thread starter Frodo
  • Start date Start date
F

Frodo

Hi all,

Does anyone ever remove network printer in XP machine using a centralize
tool? We migrated 20 print queues from old to new server, before push down
new printQ using print management and gpo, we need to remove all XP machine
network printers.

Thanks.
 
Frodo said:
Hi all,

Does anyone ever remove network printer in XP machine using a centralize
tool? We migrated 20 print queues from old to new server, before push down
new printQ using print management and gpo, we need to remove all XP
machine network printers.

Thanks.

You can add the following to a login batch file, or whatever batch or file
you use for networked drives and printers:

NET USE \\SERVER_NAME\NETWORKED_PRINTER_NAME /DELETE /YES

To add the new printer, use:

NET USE \\SERVER_NAME\NETWORKED_PRINTER_NAME /PERSISTENT:YES

SC Tom
 
Back
Top