Is there a logon script command that will set my default printer whenever I log on? I currently use:
net use LPT1: /delete
net use LPT1: \\servername\printer
Now I would like to add a command that would set the above printer as my default printer.