Windows Command Line: Tasklist and Taskkill

Опубликовано: 13 Март 2026
на канале: Matthew H
2,478
134

What are Tasklist and Taskkill? Tasklist and Taskkill are two Windows Command Line utilities that let you view and manage running processes on your computer.

Tasklist allows you to view all the processes currently running on your system, along with details about each one. You can see information like the process name, ID, memory usage, and more.

Taskkill, on the other hand, lets you terminate or end a running process from the command line. This is useful if a program is not responding, or if you need to free up system resources by stopping a background process.

Blog post:
https://matthewhard.com/windows-comma...

Windows Command Line Series:
https://matthewhard.com/series/window...