#printer #print #printqueue #windows #sharedprinter
```
REM LogonScript
IF NOT EXIST %temp%/printer.flag GOTO ADDPRINTERS
GOTO END
:ADDPRINTERS
rundll32 printui.dll PrintUIEntry /in /n [\\SRV006\PRINTER](file://SRV006/PRINTER)
rundll32 printui.dll,PrintUIEntry /y /n "[\\SRV006\HP](file://SRV006/HP) Deskjet 2540 series"
echo Printer >%temp%/printer.flag
:END
```
Zie ook [[BOER PRINTERS]]
Zie ook [[BATCH, AddPrinters]]
Zie ook [[PowerShell, Get installed Printers]]
Zie ook [[Powershell, Remove Windows Shared PrinterConnection]]