surface12345
 Newbie Join Date: 2016-04-14 Posts: 1
|
|
Posted: 2016-04-19 08:50:28 AM
|
|
|
Hello out there,
we want start followmee hidden on Windows 10. We thought to do so, we could directly start the gui.exe or the service.exe and hand over parameters. E.g. the login and password so that it starts directly.
Is this possible? If so, does anyone know those parameters?
Cheers Dennis
|
|
Administrator
 Best of the Best Join Date: 2010-01-27 Posts: 1461
|
|
Posted: 2016-04-19 08:55:00 PM
|
|
|
Dennis:
This is possible with the desktop version of the app. You can copy the files over to the target device. But you need to run install FMEEServ.exe to windows service. Open the command prompt and run "FMEEServ.exe -install" to install the service.
The settings is in settings.xml file. You just need 3 things in this file.
[?xml version="1.0" encoding="utf-8"?] [root] [UserName][/UserName] [Password][/Password] [_StartState]1[/_StartState] [/root]
****replace "[" with "<", "]" with ">")
The password is in clear text. But it will be encrypted once the app starts.
You can then reboot the pc and the app should auto start.
Let me know if you have more questions.
|
|