Tuning Windows Servers for UW/webNetwork Performance

Tuning Windows Servers for UW/webNetwork Performance

We've found over time, that making the following changes to Windows allows for improved performance from Unified Workspace:


Making sure UW is able to listen on the necessary ports by adding exceptions for the Java.exe and webNetwork.exe executables:
  1. Adding UW Java exception to firewall:
    netsh advfirewall firewall add rule name="Allow inbound traffic to webNetwork Java" dir=in edge=yes action=allow program="C:\UnifiedWorkspace\jre\bin\java.exe" enable=yes

  2. Adding webNetwork.exe exception to firewall:
    netsh advfirewall firewall add rule name="Allow inbound traffic to webNetwork.exe" dir=in edge=yes action=allow program="C:\UnifiedWorkspace\bin\webNetwork.exe" enable=yes


The following Registry Keys make sure Windows will clear unused connections faster:
  1. Adding TcpTimedWaitDelay Registry Entry:
    reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v TcpTimedWaitDelay /t REG_DWORD /d 30

  2. Adding MaxUserPort Registry Entry:
    reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v MaxUserPort /t REG_DWORD /d 65534


The following Powershell command will add exclusions to Windows Defender:

  1.  Stoneware folder:
    Add-MpPreference -ExclusionPath "C:\UnifiedWorkspace"

  2. webNetwork.exe process:
    Add-MpPreference -ExclusionProcess "webNetwork.exe"

  3. java.exe process:
    Add-MpPreference -ExclusionProcess "java.exe"


  4. AD-LDS Process (if using LDS):
    Add-MpPreference -ExclusionProcess "dsamain.exe"

  5. ADAM Folder (If using LDS):
    Add-MpPreference -ExclusionPath "C:\Windows\ADAM"

  6. ADAM Data Folder (if using LDS):
    Add-MpPreference -ExclusionPath "C:\Program Files\Microsoft ADAM\UnifiedWorkspace"

    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

      • Move webNetwork to different server

        *** If you are moving to a different OS, please see : https://helpdesk.lenovosoftware.com/portal/kb/articles/migrate-webnetwork-to-windows-linux-22-8-2017 *** Keeping the same OS / version / IP As long as you are keeping the same OS/ version/IP then ...
      • Tuning Linux Servers for UW/webNetwork Performance

        The following changes will make sure Linux will clear unused connections faster: Important: This solution requires adjusting Linux kernel parameters. You should make a note of the original values so you can reset them if necessary. To reduce the ...
      • Windows server tuning

        Question Are there any suggested TCP parameters that should be changed on a Windows server running webNetwork. Windows Server OS out of the box should function properly with webNetwork. However, some customers have had to follow this information from ...
      • Migrate webNetwork to windows / linux

        To move from Linux to Windows on the same hardware: Backup the current install to cd, pen drive, network, etc...  Be sure to TAR, ZIP, GZ the files before transferring them or you risk corruption. * Install windows * Make a c:\stoneware directory * ...
      • Growing the number of UW servers

        Here is a document that shows a typical growth progression of UW servers.