프로세스 종료 스크립트

@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
sc config nPStarterSVC start= disabled
sc config npkcsvc start= disabled
sc config npkcmsvc start= disabled
exit

프로세스 죽이기 관련 링크