PCPanel icon indicating copy to clipboard operation
PCPanel copied to clipboard

End Task function not working

Open BigbyBear opened this issue 1 year ago • 1 comments

I set one of the dial buttons to end focused task and it does not close the focused program (attempted on multiple programs), it will close a specified program though. I use windows and its a problem with both the 1.7-snapshot (152) and the main 1.6 version as well

BigbyBear avatar Apr 16 '24 17:04 BigbyBear

This should be fixed in the next 1.7-snapshot build. The implementation did a taskkill /im [full application path] /f but should have done (and now does) a taskkill /im [executable] /f. There might be another improvement if it killed based on PID, but for now I left it at executable.

nvdweem avatar Apr 21 '24 07:04 nvdweem