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
Change Reset Password Button Text
Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
Remove Reset Password Button From Login Page
Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
Lenovo Unified Workspace End-of-Life Questions and Answers
As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
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 ...
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 ...