Windows ETC

kill.exe

2008.05.15 23:47

shcho 조회 수:33923

Microsoft (R) Windows NT (TM) Version 3.5 KILL

시스템 운영중 특정 프로세스나 불법 프로세스의 CPU/Memory 점유로 인하여 시스템 운영에 문제가 발생하는 경우가 있습니다.
CPU 100% 점유 상태에서는 작업 자체가 불가능한 경우도 있습니다.

작업 관리자 또는 fport 등의 툴을 이용하여 문제가 발생한 프로세스의 pid를 확인한 후 kill 명령을 이용하여 점유를 중지 시킬 수 있습니다.

[사용법] :

명령프롬프트(시작 > 실행 > cmd)에서 kill.exe 가 존재하는 폴더로 이동하여 실행
KILL [options] <<pid> | <pattern>>*

           [options]:
               -f     Force process kill

           <pid>
              This is the process id for the task to be killed.  
              Use TLIST to get a valid pid

           <pattern>
              The pattern can be a complete task name or a regular expression pattern
              to use as a match.  Kill matches the supplied pattern against the task names
              and the window titles.

[첨부파일] kill.exe