remove network printer in XP

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.
 
S

SC Tom

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top