fairworld's life

nProtect 죽여버리기 본문

Computer Life

nProtect 죽여버리기

fairworld 2012. 7. 30. 10:45

쓰레기 같은 nProtect 서비스를 삭제를 못하겠더라도

은행권에 들어갔다 나와서 서비스를 KILL 해버리는 방법


윈도우7 32비트에서 테스트 되었음


@echo off

taskkill /f /im nPStarterSVC.exe

taskkill /f /im npnj5Agent.exe

taskkill /f /im npmonz.exe

taskkill /f /im CKAgent.exe

taskkill /f /im I3GEX.exe

taskkill /f /im npenkMain5.npn

taskkill /f /im npkcmsvc.exe

taskkill /f /im npenksvc5.exe

taskkill /f /im npnj5launcher.exe

sc config nPStarterSVC start= disabled

sc config npkcsvc start= disabled

sc config npkcmsvc start= disabled


위 명령어를 실행하면 됨


첨부 파일오 cmd 파일도 올려둠


nProtect_서비스_kill.cmd