I want to uninstall Git. But when I try to I get this message:
The following applications use files that need to be removed. Please close them
ssh-agent.xe(PID 8112, closing is required)
I want to uninstall Git. But when I try to I get this message:
The following applications use files that need to be removed. Please close them
ssh-agent.xe(PID 8112, closing is required)
In your case, you could call this from the command line:
taskkill /pid 8112
For further information, see the documentation on taskkill.
Just go to Task Manager and locate the process with the name which is mentioned and just select that process and click the End process button.