Simple Wyse S10 wnos.ini Config Question

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6074
    WyseMan3033
    Member
    • Total Post: 15
    • Regular Joe
    • ★★

    Hi Everyone,

    I’m new to thin clients and need some help with my config. We had another guy here who set up the ftp and the initial config with our S10 but I am missing one piece.

    I want to make an ICA connection to a published desktop occur automatically after the user logs in. Right now they have to choose it from the connection manager and click log in. I would like it to pass through the credentials used when first logging into the wyse machine to the citrix published desktop.

    signon=1
    Autoload=1
    VNCPrompt=no
    VncPassword=wysevnc

    Connect=ICA
    DomainList=PMP
    PnliteServer=citrix:8080
    Application=”Wyse Desktop”
    Description=”Wyse Desktop”
    autoconnect=yes
    username=$UN
    password=$PW

    #18819
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    You have two options to do this:
    1)

    ;*************************************************************
    ;* General 1 *
    ;*************************************************************

    autoload=1

    ;*************************************************************
    ;* Network *
    ;*************************************************************

    SignOn=Yes
    DomainList=PMP
    MaxVNCD=1
    VncPassword=”wysevnc”
    VncPrompt=No

    ;*************************************************************
    ;* ICA *
    ;*************************************************************

    PnliteServer=citrix:8080

    ;


    ;- ICA Session 1 –
    ;- Each line but the last must end with a ” –
    ;



    CONNECT=ICA
    BrowserIP=citrix:8080
    Application=”Wyse Desktop”
    Description=”Wyse Desktop”
    AutoConnect=yes
    Username=$UN
    Password=$PW
    LocalCopy=no

    2)

    ;*************************************************************
    ;* General 1 *
    ;*************************************************************

    autoload=1

    ;*************************************************************
    ;* Network *
    ;*************************************************************

    SignOn=Yes
    DomainList=PMP
    MaxVNCD=1
    VncPassword=”wysevnc”
    VncPrompt=No

    ;*************************************************************
    ;* ICA *
    ;*************************************************************

    PnliteServer=citrix:8080 AutoConnectList=”Wyse Desktop”

    I would prefer the latter one as this does not create an additional published application in the Connection Manager but directly starts the “Wyse Desktop” without any user interaction.

    I also highly recommend to use my Configuration Generator to create your wnos.ini. Makes it much easier and less errors in the wnos.ini.

    CG

    #18821
    WyseMan3033
    Member
    • Total Post: 15
    • Regular Joe
    • ★★

    Thanks. I’ll give this a try tomorrow and let you know how it goes.

    #18828
    WyseMan3033
    Member
    • Total Post: 15
    • Regular Joe
    • ★★

    I ended up using the second configuration as you recommended. It worked great. Thanks again.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.