How to Stop task Service if can not stop by right click and stop

 Hot to Stop Service if can not stop by right click and stop



how to decrypt Task service Sana.Commerce.TaskService.exe

go to this link download 'decrypt-web-config.ps1' and follow as it.

https://sanacommerce.visualstudio.com/Sana%20Projects/_wiki/wikis/Sana-Projects.wiki/895/PS-script-to-decrypt-the-web.config-content

change only connection string
C:\windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis -pdf "connectionStrings"  "D:\MyFolderforEncrypt"

if files not decrypt then the problem may be with the service 



---------------------------------------------------------------------------------------------------------

1. when tries to stop service it gives the following error. 




2. Task service will not be stopped if application bin folder dll and Task service dll are not matched, 
then we unable to stop the Task service. 

force a service to stop service https://support.threattracksecurity.com/support/solutions/articles/1000070698-how-to-manually-force-a-service-to-stop-if-not-responding



run > sc queryex "SC CoulisseLiveNew"

get the PID  1912

again run with PID : taskkill /pid 1912 /f

Then go to servises and refresh and check servise has stoped.