I have a script that closes Sonar Platinum if I find the task is still running. Of course, you would want to find out why the program won't close properly, but at least this script makes the ending of the Sonar process easier and quicker.
The line in the script that does the actual closing is as follows:
taskkill /IM SONARPLT.exe /F
The script file itself would be a cmd file with the above therein on its own separate line.