Good Morning,
we currently have a problem with a few hundred hosts with incorrect or no computer description entered. We already found a working solution using psexec.exe from the sysinternals suite to accomplish it via the command line, but we would love to add it to lansweeper as a custom action. We´ve tried to add it in several attempts, but it seems that we are running against a wall.
The Command line is:
PsExec.exe \\hostname reg add HKLM\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters /v srvcomment /d "Custom Computer Description" /f
We would love the wenn clicking the custom action, the user is asked to enter the wanted Computer Description Tag and nothing more...
Can somebody help us accomplish that?