Allocating printers using con2prt.exe

  1. #1
    Jimbarnham is offline Junior Member

    Allocating printers using con2prt.exe

    I am running a Windows Server 200 system which allocates a printer at user logon using a batch script which invokes con2prt.exe. Now I want to replace the previously allocated printer with a new one. I have tried changing the batch script by deleting the entry which allocates the old printer and adding an entry to add the new printer but I just end up with two printers.

    Anybody know how I delete the previously allocated printer other than phisically logging on as each user on each PC (there are 7 possible users for each of 36 PCs)?


  2. #2
    Jimbarnham is offline Junior Member
    Problem solved:

    Use con2prt /f to remove printers
    Use con2prt /c to connect printers
    Use con2prt /cd to connect as default printers

+ Reply to Thread