I want to kill a process using php with exec
function in windows. Usually what I do is TASKKILL /S system /F /IM program.exe
But when I execute this thorough php, it always shows access denied. But I can execute the same with cmd (run as admin). Is there any way to kill the process. I don't mind security issues. Just want a solution.