I am trying to terminate a process, but getting error "access is denied", I have tried to kill the process using Task Manager, but I am not able to kill it. So any idea how to terminate the process without getting this error? If there is any tool for doing it, then it will be easier.
Thanks
You can try the below command using CMD
wmic process where "name='yourprocessname.exe'" delete
If this doesn't work, there are tools like
https://processhacker.sourceforge.io/index.php
https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer
Using which you can Terminate the Process.
When using Process Explorer, follow this:
Sometimes, "Permissions" button can be grayed out even when you use it as "Admin", so I will recommend using above CMD command.