NSSM - Non Sucking Service Manager

nssm Oct 26, 2017

NSSM is the Non-Sucking_Service-Manager.

It allows you to install any application as a Windows Service.

  1. Download NSSM from https://nssm.cc/download
  2. Extract the downloaded file. You should see the folder structure below
NSSM folder
  1. Depending on which version of Windows you are using (x32 or x64) open the relevent folder which revels NSSM.exe.
  2. Copy NSSM.exe to C:\Windows\System32
  3. Open up a command prompt (start > CMD.exe) as an administrator
  4. Type NSSM install "servicename" like the image below
NSSM service
  1. Fill in the details, example above shows CCleaner.
  2. Click "Install Service"
  3. To start the service, you can go back to your CMD prompt and type "nssm start ccleaner"
  4. alternatively you can start the service through the GUI, you can do so by going to "start" > Services > Ccleaner >right click > start
Start Service
  1. To uninstall the service, run CMD again this time type nssm remove ccleaner

Tags