I need to kill a process from the command line:
taskkill /f /IM WINWORD.EXE
The command works just fine when using an administrator account, but fails for standard user accounts with "Access is denied."
Is it possible to grant a standard user rights to kill a specific process? What privilleges might be required?
The OS is Windows 8.1.