I had a script a few years ago that would lee me install network printers to all users of the computer at one time. I lost it recently and had to find it again so I am posting it here so I know exactly where to go next time I loose it.
1) This installs printer quietly
rundll32 printui.dll,PrintUIEntry /in /q /n\\servername\printername
2) This deletes the networked printer from the machine being logged onto, and does so quietly.
rundll32 printui.dll,PrintUIEntry /dn /q /n\\servename\printername
3) This Sets the default printer
rundll32 printui.dll,PrintUIEntry /y /n\\servername\printername
Posted via email from Musings, Ramblings and Other Assorted Rubbish
No comments:
Post a Comment