SRW and Liquidware Integration

SRW and Liquidware Integration

Written by Giuseppe

Last published at: April 14th, 2023

 

ThinScale is delighted to announce a partnership with Liquidware.


Liquidware's Stratusphere UX is the industry-leading user experience monitoring and diagnostics solution. An independent and platform-agnostic architecture, the solution provides user-centric visibility that is persistent across platform delivery. 


By blending together two of their leading-edge technologies we have created the best remote working solutions.


From a Liquidware point of view, the only configuration needed is to install their client. To check the status of the Connector ID please open Control Panel and click Connector ID. 


For more info please view this article.


Note: Assigned Hub URL will differ based on your own configuration and this is for demo purposes only


ThinScale has a dedicated Software package on the portal for everybody to use. 


Note: Version Number can be different and Exe name is for demo purposes only

Note:  HUBADDRESS used in the package is for demo purposes only

---------------------------------------------------------------------

On Error Resume Next
Set objShell = CreateObject("WScript.Shell")
objShell.Run "unsigned.exe HUBADDRESS=demo.liquidware.com /passive", 0, True

sComputer = "."
aTargetSvcs= Array("tntgrd","tntdatasvc","tntupdsvc")

Set oWMIService = GetObject("winmgmts:" & "{impersonationlevel=impersonate}!\\" _
 & sComputer & "\root\cimv2")
Set cServices = oWMIService.ExecQuery("SELECT * FROM Win32_Service")

For Each oService In cServices
 For Each sTargetSvc In aTargetSvcs
  If LCase(oService.Name) = LCase(sTargetSvc) Then
   
   If oService.State <> "Stopped" Then
    oService.StopService()    
   End If

   If oService.StartMode <> "Manual" Then    
    oService.ChangeStartMode("Manual")
   End If  
  End If  
 Next
Next

---------------------------------------------------------------------


In order for the Liquidware client to work flawlessly inside the SRW Environment these Profile Options must be set: 


Application Execution Prevention with Parent Rule



Service Execution Prevention Rule