Screensie
Windows processes

Inspect and end a process remotely.

Confirm the process ID and owner before ending anything; forced termination can discard unsaved work.

Built-in Windows commands

tasklist
tasklist /FI "IMAGENAME eq notepad.exe"
taskkill /PID 1234 /T
taskkill /PID 1234 /T /F

Use /F only when normal termination fails. For remote command-line management, Windows permissions and remote-management policy must already be configured.

With Screensie

Command Center’s Processes page returns a clean list with PID, running status, CPU time and memory. The End action is confirmed and then verified on the destination, without displaying Task Manager on the remote screen.

References: Microsoft tasklist and Microsoft taskkill.