Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add Printer from batch file
#1

You can add these in batch scripting or logon scripting to aid in the adding and deletion of printers.

 

add printer

rundll32 printui.dll,PrintUIEntry /in /n \\server1\1220C

 

delete printer

rundll32 printui.dll,PrintUIEntry /dn /n \\server1\PRT4

Reply
#2

This works great for the use of Active Directory and Windows Administration with Network Users.

 

I use this on a daily basis. Very very helpful.

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)