How to use Taskkill to close programs on Windows

Опубликовано: 11 Февраль 2026
на канале: XANITECH
159
19

Using taskkill on CMD (command prompt) to close programs.
Close programs or applications with taskkill.
/im _ used when identifying a programs with its name for example: taskkill /im vlc.exe
/PID _ used when identifying a program with its Process ID for example: taskkill /PID xxxx (x represents the process ID of the opened program)
Run cmd as Admin incase a program fails to close and Add /f to the command for example: taskkill /f /im vlc.exe
Dont forget to like and subscribe. Share our videos