david_cortes
08-26-2015, 12:39 PM
Actually it's doable if you use Nssm (http://www.nssm.cc/)
And it take 5 mins;
- Connect to Hubic client and configure it as you like. Make sure that you disabled the automatic connection at startup.
- Download "Nssm" and copy the .exe corresponding to you OS in the Hubic Folder
- Open a command window as an administrator (type "cmd" in the search bar then right click "run as administrator")
- Navigate to Hubic folder and execute the following commands:
a setup window will show up.
- Select the Hubic.exe file in the first field
- Type "run" in parameter field
- In the next tab, configure the user to connect with and admin account.
- Validate, go back to the console and execute
The only bad point is that you can't access anymore to the Hubic UI.
If you want to modify any Hubic parameter you have to stop the service using the command
Then open Hubic as you would do normally, configure it, then close it (for real)
then restart the service using the command
And it take 5 mins;
- Connect to Hubic client and configure it as you like. Make sure that you disabled the automatic connection at startup.
- Download "Nssm" and copy the .exe corresponding to you OS in the Hubic Folder
- Open a command window as an administrator (type "cmd" in the search bar then right click "run as administrator")
- Navigate to Hubic folder and execute the following commands:
nssm install hubic
- Select the Hubic.exe file in the first field
- Type "run" in parameter field
- In the next tab, configure the user to connect with and admin account.
- Validate, go back to the console and execute
nssm start hubic
If you want to modify any Hubic parameter you have to stop the service using the command
nssm stop hubic
then restart the service using the command
nssm start hubic