Related Link: http://nundol.egloos.com/10984173
밑에 보안프로그램 이야기가 나와서 적어봅니다.
보안(?) 프로그램 중에 가장 악질이 nProtect인데 은행을 사용하지 않아도 부팅시 로드되서 프로그램을 쓰던 안쓰던 리소스를 점유하고 있죠.
그래서 한 블로거분이 자동 시작을 하지 않도록 bat파일을 만든 겁니다.
링크로 들어가셔서 fuckinca.bat을 받으셔서 윈도우 메뉴의 시작 프로그램 폴더에 집어 넣으시던가 아래 스크립트로 bat파일을 만드셔서 폴더에 집어 넣으시면 됩니다.
링크글을 보시는게 더 이해가 빠를 것 같네요.
-------------------------------------
@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
-------------------------------------