Launch Internet Explorer and wait

Launch Internet Explorer and wait

When I launch Internet Explorer as a Terminal Server published app, sometimes it thinks that it has closed down and logs me off automatically.



The wnssoclient can take care of this. 
Set your start program for iexplore.exe 
Pass in the URL you want to launch as a parameter 
Then for the SSO script use : 
{alsowaiton:iexplore}|{logoffonexit}|{notimeout} 

This will wait for iexplore to finish before issuing a logoff. 

The reason for this is that based on some settings for IE, it launches itself and then launches another sub process for the site you want to browse to. This double launch causes wnssoclient to think you finished with iexplore.exe and logs you off. 

The alsowaiton:iexplore tells it to wait for another iexplore to finish before shutting down. 

To pass in a URL to have open when IE launches, put http://www.google.com as the parameter to send to iexplore.exe in the webapp.

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • How to disable password saving - Internet Explorer

        Having multiple methods for saving a password in the browser can cause confusion for the user.   To disable password saving in Internet Explorer, launch Internet Explorer and perform the following steps. Click the blue Settings menu icon in the upper ...
      • Launch and wait for multiple apps on Terminal Server

        How can I launch more than one application on a remote TS server and wait until they all exit before logging out of TS session ?   To keep things running a new scripting command called "alsowaiton" was added.  You just pass in the name of another ...
      • Why is webPass not activated on Internet Explorer

        After installing webPass you will need to possibly adjust one setting under Tools, Internet Options, Advanced Tab then under the Security section.  Uncheck "Enable Enhanced Protected Mode" if it has a checkbox. After doing that, close Internet ...
      • Internet Explorer changing dots to underscores when downloading files

        There are some settings in IE that can cause IE to change the name of a file being downloaded from a website.  Typically if a file contains more than one dot in the name then depending on the settings, it may get changed to an underscore.  For ...
      • Launch more than one app from RDP

        How can I launch more than one application on a Microsoft Terminal Server using a published application? On the terminal server, create a file in a directory like c:\launchers call it launcher1.vbs  Dim objShell  Dim objExec  Dim strAppExe  Const ...