Is there a way to encrypt the username and password in C:\Program Files\lansweeper\Service\lansweeperservice.exe.config ?
Below is the key value pair in the xml config.
<add key="ConnectionString" value="Persist Security Info=False;Data Source=<servername>\<instanceName>;Initial Catalog=lansweeperdb;User ID=lansweeperuser;Password=mysecretpassword0*;Connect Timeout=120"/>