Reply To: Assign network printers by user?

#9194
thinkthin
Member
  • Total Post: 1649
  • Jacked into The Matrix
  • ★★★★★★

Hi Shep,

You have an error in the files, also make sure you have the drivers installed on your Citrix server and you update the firmware to the latest on the wyse.com site (yours is old)

Here is my working example:

wnos.ini


#This will prevent the user being asked to log in to the local device
signon=1
PnliteServer=192.168.1.48:8080
DomainList=MELAPPS2
#This will upgrade to firmware if a newer version exists ing the ftp directory
AutoLoad=1

#Set correct language
language=au

#Set screen resolution
Resolution=1024×768 Refresh=75

#Set desktop colour
DeskColor=”0 78 152″

#Set wallpaper, don’t forget to put a bitmap in the directory under
#the wnos directory and call it bitmap (ie wnosbitmaplogo.bmp)
Desktop=Wyse.bmp

#Start to lock down thin client
#Priviledge=none

#Set the time
TimeZone=”GMT + 10:00″ ManualOverride=yes daylight=yes start=100507 end=030507 TimeZoneName=”AUS Eastern Standard Time” DayLightName=”AUS Eastern Daylight Time”
TimeServer=ntp1.tpg.com.au;time.aeraq.com

#Remote Shadow options
VncPrompt=0

#Custom Screen Saver
ScreenSaver=1 SoftSaver=yes Type=3 Image=wyse.bmp

#Setup a connection to an ica server and autoconnect to a published
# desktop called “My Desktop”.

connect=ica
description=”Login to Network…”
icon=ica.bmp
domainname=MELAPPS2
HttpBrowsing=1
browserip=192.168.1.48:8080
application=”My Desktop”
Fullscreen=1
autoconnect=0
#LocalCopy=Yes

#To save ICA connection settings to NVRAM remove # from line above, test connection first!

User.ini (mine was called demo1.ini and I logged in as demo1)


Privilege=high

Printer=LPD1 Host=192.168.3.200 Queue=”Epson FX-80″ PrinterID=”Epson FX-80″
Printer=LPD2 Host=192.168.3.206 Queue=”HP LaserJet 5N” PrinterID=”HP LaserJet 5N”