Zend certified PHP/Magento developer

Can’t kill a process – gives “access denied” error despite I’m administrator and properties show I have permissions

In Windows 10, I have installed WPS. Then I tried to uninstall WPS but it says “wpspdf.exe” is running.

I restarted the PC but still the same error.

I opened tried Task Manager and end process there (tried both “end task” and “end process tree”) but still same problem.

I run process explorer as administrator, but I can’t kill process there too.

In process explorer I right click the process, open the properties, and check all my permissions. I have all the permissions and all the advanced permissions. But still I can’t end the task.

I did run some CMD commands and PowerShell like these (I run all software by choosing “Run as administrator”):

This on PowerShell (using the PID of the process)

Stop-Process -ID 2137 -Force

And these on CMD:

taskkill /IM "wpspdf.exe" /F

Then I get the error “There’s no running instance of the Task”.

I tried a software named “Process Hacker” but still same problem.

I uninstalled the WPS using IOBit premium, and tried the solutions above, but still the same problem.

Still it shows that wpspdf.exe has status “running” on Process Explorer or Task Manager (on details tab).

And there are several wpspdf.exe processes.

What should I do to kill the wpspdf.exe processes?