WYSE S10 Configuration

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #854
    Caterism
    Member
    • Total Post: 6
    • Newbie

    Hi,

    I am configuring a WYSE S10 thin client, and have been told that there is a way to configure it so that when a user logs off from their terminal session the thin client shuts down. At the moment when logging off the user is shown the screen where you can configure various aspects of the device.

    I’ve read something about .ini files and a Device Configuration Manager. Do I need both of these things? Where does the .ini file need to go? What do I need to configure in the .ini file?

    All responses will be greatly appreciated.

    Danny

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

    Hi Danny,

    to create the ini file use my Configuration Generator (see footer).
    The parameter you are looking for is called
    AutoSignoff=yes Shutdown=yes
    Shutdowncounter=1
    This will shutdown the unit after the last session is logged off. It will wait for 1 second before doing so.
    Put the wnos.ini on a FTP server in the folder ftproot/wnos/
    On the client go to Network Preferences-Server and just enter the IP of the FTP in the Fileserver field. That’s all.

    Regards
    CG

    #11351
    Caterism
    Member
    • Total Post: 6
    • Newbie

    Cool, I will give it a go today. Many thanks for the reply, I’ll post back if I have any problems.

    As a side note do you know of any good resources that will explain the .ini files / client settings in more depth? I cannot seem to find any that offer up more than a couple of words description. Frustrating!

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

    The only thing that is available is my tool and a PDF with all parameters listed. Both can be found on my website.

    CG

    #11353
    Caterism
    Member
    • Total Post: 6
    • Newbie

    Will this only work if the Terminal Server session is closed using ‘Shut Down’ as opposed to ‘Log Off’? I ask because I’ve set these options and it isn’t shutting down the device. It is definately picking up the wnos.ini file as I’ve set other options in there that show up on the device.

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

    should 100% work with Logoff

    Post your ini file for troubleshooting

    #11355
    Caterism
    Member
    • Total Post: 6
    • Newbie

    Hi,

    We disable the Shutdown command via Group Policy so the only option for the user at present is to Log Off.

    Here is the ini file:

    ;*************************************************************
    ;* *
    ;* This wnos.ini file was generated with the *
    ;* Configuration File Generator *
    ;* Copyright by Thomas Moellerbernd *
    ;* *
    ;*************************************************************

    ;*************************************************************
    ;* General 3 *
    ;*************************************************************

    AutoSignoff=yes Shutdown=yes
    Shutdowncounter=1

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

    SignOn=No

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

    OK, the issue is that you haven’t configure an ICA session here. Add one as a published application. This only works for published apps not for direct server connections.
    Could look like this then:

    ;*************************************************************
    ;* *
    ;* This wnos.ini file was generated with the *
    ;* Configuration File Generator *
    ;* Copyright by Thomas Moellerbernd *
    ;* *
    ;*************************************************************

    ;*************************************************************
    ;* General 3 *
    ;*************************************************************

    AutoSignoff=yes Shutdown=yes
    Shutdowncounter=0

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

    SignOn=No

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

    ;


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



    CONNECT=ICA
    BrowserIP=ica
    Application=”desktop”
    Description=”My published Desktop”
    Icon=default
    AutoConnect=yes
    Reconnect=yes
    Fullscreen=yes
    LocalCopy=yes

    CG

    #11360
    Caterism
    Member
    • Total Post: 6
    • Newbie

    Ok as a complete newbie (you probably guessed!) I don’t completely understand. We use RDP, does this mean we cannot use automatic shut down?

    What is the difference between ICA session and RDP session?

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

    works fine with RDP also.
    RDP = MS Terminal Server
    ICA = Citrix Presentation Server

    Just replace the Connection=ICA part with this one ( or simliar, of course)

    ;*************************************************************
    ;* RDP *
    ;*************************************************************

    ;


    ;- RDP Session 1 –
    ;- Each line but the last must end with a ‘ ‘ –
    ;



    CONNECT=RDP
    Host=192.168.1.1
    Description=”RDP Server”
    Icon=default
    Experience=0
    Fullscreen=yes
    LocalCopy=yes

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