Setup Printers

  • Thread starter Thread starter Emyeu
  • Start date Start date
E

Emyeu

i used the below command to configure printer in Windows XP Pro
workstations.

rundll32 printui.dll,PrintUIEntry /ga /c\\%1 /n\\%2

i made a mistake and wanted to remove it, but i can't, it always appearred
again after i reboot.
 
you will nee to use rundll32 to delete the printer.
/ga adds
/gd deletes

/ga add per machine printer connections
/ge enum per machine printer connections
/gd delete per machine printer connections
 
Back
Top