Stop sonar on window 64

sonarqube

Solution

First try to stop the SonarStart.bat by using Ctrl+c as suggested , and then try to open localhost:9000 ( or whichever port you configured sonar server).

If it is still opening then go to task manager and search for wrapper.exe service and stop the service, if no service or app is found then goto:

Task manager>Details> and stop all java.exe process. 

Note: If you running many java applications, right-click the java.exe and choose goto service, and stop only those java.exe that belongs to AppX deployment.

Problem

I use sonarqube 4.3 and I can't find a script to stop sonar in windowsx86-64. It's awkward to have `StartSonar.bat`and nothing to stop. When I use it on in linux-x86-64 I can use `./sonar.sh stop`. I saw that there was a `StartNTService.bat` and a `StoptNTService.bat` but i don't want to install sonar as a service.

Original source