Start a Conversation

Unsolved

This post is more than 5 years old

D

2281

July 24th, 2018 21:00

Setting up a network printer

I am trying to setup a ThinClient ini file to simply create an RDP profile and redirect a network printer.

I have created the following ini files which creates the RDP connection correctly, however, the printer is not being defined in the thin client.

I have used the following reference document as a guide:

http://topics-cdn.dell.com/pdf/wyse-thinos-maintenance_Administrator-Guide_en-us.pdf

CONNECT=RDP \ 
Host=10.0.0.5 \ 
Description="Printer 10" \ 
Domainname=MYDOMAIN \ 
AutoConnect=yes \
Fullscreen=yes \
LocalCopy=no \
Lowband=no \
Colors=64k \
DisableSound=no
Privilege=Low
EnablePrinterSettings=Yes
HidePPP=Yes 
DisableButton=No
AutoPower=Yes



Printer=LPD1 \
LocalName="HP LaserJet 4200n" \
Host=10.0.0.10 \
Queue=auto \
PrinterID="HP LaserJet 4200 PCL6" \
Enabled=yes

 

Moderator

 • 

8.7K Posts

July 26th, 2018 10:00

Hi,

Can you private message me the service tag? Can you manually configure the printer, page 135 of that manual and have it work?

560 Posts

August 7th, 2018 10:00

Dercni

You can define a network printer with the following parameter:

NetworkPrinter="Host/queue" \

PrinterID=

 

Where:

NetworkPrinter — Specifies the configuration for the network (LPD) printer in the same way as described for the Printer Setup dialog box in the Dell Wyse ThinOS Administrator’s Guide. The host and queue parameters define the IP address and queue name of the printer.

PrinterID — Specifies the Windows printer driver name.

 

No Events found!

Top