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

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


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

2016년 3월 29일 (화) 14:49 판

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

1 방법

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

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}