Customer

United Healthcare

Problem

If your Germain RPA Bot script (powered by Selenium) fails to run due to some Windows Security constraints, i.e. you are getting the “Windows Security” dialog box while running via web driver MS Edge Webdriver, here is a solution for you.

Solution

  1. Server updated with below 2 regex entries.

    1. Registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Terminal Server Client.

      Create a DWORD value with the name RemoteDesktop_SuppressWhenMinimized and set its value to 2.

    2. Registry key HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Terminal Server Client, Create a DWORD value with the name RemoteDesktop_SuppressWhenMinimized and set its value to 2.

  2. Germain Engine started in Foreground with an active RDP Session to Windows server from SAW Machine.