We’ll use this process ID to target the process in PowerShell we want to kill, and well, kill it. This way Windows can track each process efficiently without having to reference a long name or location file path. Sometimes you’ll find that one service has many different processes associated with it, for instance, a Google Chrome tab.įor each process, Windows assigns a PID, or Process Identifier number. Windows creates a process for each service that is running on the operating system. If you’ve tried to use Task Manager to kill a process but it just isn’t working, PowerShell is a fast and powerful alternative that gets the job done.
The good news however is that it’s super simple to kill these processes right from PowerShell. Finding processes that are stuck or causing problems is unfortunately nothing new in the world of Windows.