How to start fing at machine boot on Windows
Fing network discoveries can be installed as Windows services: if you integrated fing in your daily work, making it perform network discoveries in background, generating reports of sheet files for you, and you are on Windows, you can start thinking about installing it as a Windows service. When running as Windows service, fing automatically starts when you power on your computer, and automatically stops when you shutdown it; and of course fing services can be controlled from Windows Service control panel as any other service.
Installing fing as a service is very easy: take your original command line previously used and add the service registration command: --registerservice ServiceName. You must use absolute paths for every file you provide in the command line (both output files and session file). Please note also that by default fing service will run as LocalSystem user, so if you configured or customized fing configuration in property configuration files, you should make sure to copy those custom configurations to that user too. E.g. to install as a service the example above, provided to show a demo of discovery sessions, you could:
fing -n 192.168.1.0/24 -o table,html,c:\report\lan.html --session c:\report\lansess --installservice FingService
Related fing network discovery is installed as service and immediately started. If you want to later uninstall the registered fing service, you could simply:
fing --uninstallservice FingService
Please note that at the moment fing service removal is not supported when completely uninstalling fing. So if you are in the process of upgrading or removing fing software from your computer, you should stop and uninstall running fing services before.