2013년 7월 30일 화요일

Windows 7 - Precess kill

Windows 7에서 Precess kill 하는 방법

C:\Users\SID>tasklist

이미지 이름                    PID 세션 이름              세션#  메모리 사용
========================= ======== ================ =========== ============
System Idle Process              0 Services                   0         24 K
System                           4 Services                   0      1,760 K
...
firefox.exe                   4800 Console                    1    240,112 K
POWERPNT.EXE                  1628 Console                    1  1,452,836 K
audiodg.exe                   1572 Services                   0     23,040 K
taskeng.exe                   1724 Services                   0      6,012 K
cmd.exe                       6140 Console                    1      3,780 K
conhost.exe                   6996 Console                    1      8,368 K
plugin-container.exe          2480 Console                    1     17,348 K
FlashPlayerPlugin_11_7_70     6204 Console                    1     11,384 K
FlashPlayerPlugin_11_7_70     5448 Console                    1     25,516 K
tasklist.exe                  6472 Console                    1      6,588 K
WmiPrvSE.exe                  2036 Services                   0      7,120 K

C:\Users\SID>taskkill /IM POWERPNT.EXE /F
성공: 프로세스 "POWERPNT.EXE"(PID 1628)이(가) 종료되었습니다.

C:\Users\SID>

댓글 없음: