Skip to content

Tweaks & Tricks Windows Powershell



Hello Guys Welcome to my youtube channel Impulsive heights.

Today we are going to learn how to see the processes running in our windows system and how to kill them using their process id.

First we need to open windows powershell.

Just press Windows logo + R to open Run command.

now type powershell.

In powershell type tasklist

it will display all the task currently open in the windows system.

now fin the PID aka process id for the desired program.

(Here we are using ms word as our program)

we can see the highlighted process

now type taskkill /PID and process id for the application.

here we type,

taskkill /PID 3024

here we see that opened word windows just disappears.

Thanks for watching the video.

Please like & subscribe.

Link is given below.