disconnect printer from command line

  • Thread starter Thread starter jen
  • Start date Start date
J

jen

hi,

i am looking to disconnect all printers from a user's pc from the
command line. users are running windows 2000. does any one know how to
do this?

Thanks:)
 
jen said:
hi,

i am looking to disconnect all printers from a user's pc from the
command line. users are running windows 2000. does any one know how to
do this?

Thanks:)


What do you mean by "disconnect all printers"? Are these local or network
printers? If you are talking about mapped ports try this command:

net use LPT1: /delete
 
Back
Top