NSSM - Non Sucking Service Manager
NSSM is the Non-Sucking_Service-Manager.
It allows you to install any application as a Windows Service.
- Download NSSM from https://nssm.cc/download
- Extract the downloaded file. You should see the folder structure below

- Depending on which version of Windows you are using (x32 or x64) open the relevent folder which revels NSSM.exe.
- Copy NSSM.exe to C:\Windows\System32
- Open up a command prompt (start > CMD.exe) as an administrator
- Type NSSM install "servicename" like the image below

- Fill in the details, example above shows CCleaner.
- Click "Install Service"
- To start the service, you can go back to your CMD prompt and type "nssm start ccleaner"
- alternatively you can start the service through the GUI, you can do so by going to "start" > Services > Ccleaner >right click > start

- To uninstall the service, run CMD again this time type nssm remove ccleaner