tag archive 'taskkill'

Windows – Stopping a running process

1 2 3 4   C:\Users\run> taskkill /PID 9176 Sent termination signal to the process with PID 9176 C:\Users\run>

read full post »