New
#1
Network Printer Not Showing When Installing via Command Line
I am attempting to add a printer via the command line using a batch file as an admin (to eventually deploy via SCCM TS on Win10):
rundll32 printui.dll,PrintUIEntry /in /ga /n"\\my network printer"
The command appears to run successfully but I am not able to find any trace of this printer in my printer list, print management, or in the registry (HKEY_LOCAL_MACHINE → SYSTEM → CurrentControlSet → Control → Print → Printers)
When I attempt to run it a second time I get the error message "Unable to add the per machine printer connection. Another printer or printer share with this name already exists. Please use another name for the printer."
Any ideas? Thanks in advance!