Hello,
We are using Lansweeper at work to monitor up to 500 laptops and PCs. However, we have an issue with our staff using their laptops at home when they are disconnected from the server.
On startup, the machines run the following VBScript:
Set WshShell = CreateObject("WScript.Shell")
WshShell.run "%logonserver%\netlogon\lsclient.exe lansweeper"
' ",0" = Window is hidden
...which then brings up an error if they are not connected to the server:
No network provider accepted the given network path.
Code: 800704B3
Could you please help me out with a fix to the VBScript that makes the VBScript run only if the server is present?
Many thanks,
Mark