Mike Kleimo. Large 6 ft x 4 ft acrylic.
How to kill a remote process on a remote Windows server
Open a command prompt. Use tasklist to find the process name (if you don’t already know it).
tasklist /S hostname /U DOMAIN\username /P password
Then run taskkill to kill it.
taskkill /S hostname /U DOMAIN\username /P password /IM ProcessName.exe








