"윈도우 프로세스 중지 TASKKILL"의 두 판 사이의 차이

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
9번째 줄: 9번째 줄:


;실행예시
;실행예시
<source lang='dos'>
<source lang='cli'>
C:\Users\jmnote>taskkill /f /im notepad.exe
C:\Users\jmnote>taskkill /f /im notepad.exe
성공: 프로세스 "notepad.exe"(PID 8216)이(가) 종료되었습니다.
성공: 프로세스 "notepad.exe"(PID 8216)이(가) 종료되었습니다.

2015년 2월 6일 (금) 05:02 판

윈도우 프로세스 중지 TASKKILL
C:\Windows\System32\taskkill.exe

1 방법

  • [시작] --- cmd Enter
taskkill /f /im 프로세스파일명
실행예시
C:\Users\jmnote>taskkill /f /im notepad.exe
성공: 프로세스 "notepad.exe"(PID 8216)이(가) 종료되었습니다.

2 같이 보기