Using custom actions to launch URLs is not officially supported. You may have better luck launching a VBS script and adding the URL as a parameter. I.e.:
- Create a VBS script called linktest.vbs that contains the following:
Set objShell = CreateObject("Shell.Application")
objShell.ShellExecute WScript.Arguments(0), "", "", "", 1
- Add the script to Program Files (x86)\Lansweeper\Actions on your Lansweeper server.
- Configure the custom action below in the Lansweeper web console under Configuration\Website Management\Asset Pages.
{actionpath}linktest.vbs "https://www.google.com/#q={smartname}"