cmd:
tasklist
taskkill /F /PID pid_number
taskkill /IM "process name" /F
PowerShell:
get-process|where-object ProcessName -EQ powershell
get-process|where-object ProcessName -like power*
Stop-Process -Name "ProcessName" -Force
Stop-Process -ID PID -Force
'Computer' 카테고리의 다른 글
O RLY Parody Book Generator - DEV Community (0) | 2021.09.29 |
---|---|
마지막 무료 자바 버전 (0) | 2021.08.19 |
윈도우 10에서 절전 버튼 안 보일 때 (0) | 2021.06.28 |
Scott Hanselman's 2021 Ultimate Developer and Power Users Tool List for Windows (0) | 2020.12.31 |
윈도우 10 컴퓨터 발열 감소 방법 (0) | 2020.10.31 |