open cmd as administrator
find service PID running the next command:
sc queryex servicename
sc queryex “IBM Cognos”
kill the process:
taskkill /f /pid PID
open cmd as administrator
find service PID running the next command:
sc queryex servicename
sc queryex “IBM Cognos”
kill the process:
taskkill /f /pid PID