Stop a Process in Windows using Powershell #shorts #tech #powershell

preview_player
Показать описание
If you have a Service Running and you can't stop it, you can use Powershell.

To get the name of the process use :

get-process , if you don't know the name you can use :

Get-Process | More to navigate and find the name, once you get the name you take note of the Id and use :

Stop-Process -id 5555 and press Enter that will shutdown the process.

#technology #cmd #windows
Рекомендации по теме