메모

보안 프로그램 종료/실행방법

알 수 없는 사용자 2020. 4. 18. 20:45

https://m.blog.naver.com/PostView.nhn?blogId=hmkuak&logNo=220610397340&proxyReferer=https:%2F%2Fwww.google.com%2F

 

Ahnlab Safe Transaction Safe 종료 및 자동실행 방지 방법

Ahnlab Safe Transaction Safe 클라이언트 PC마다 어쩐지 이상한게 깔린다길래바이러스인가 싶어서 ...

blog.naver.com

안랩은 보통 종료를 누르면 잘 꺼진다.

각각 죽이는 위치

crossex - CrossEX Live Checker (서비스를 죽이면 동시에 죽음)

nos -  nossvc - nosstarter.npe - nossvc.exe

delfino - WizveraPMSvc - wpmsvc.exe - delfino.exe

interezen - Interezen_service - I3GProc.exe

----------------------------------------------------------------------------------------------

명령어를 짜면...

sc stop "Interezen_service"
sc stop "CrossEX Live Checker"
sc stop "WizveraPMSvc"

sc config "Interezen_service" start= disabled
sc config "CrossEX Live Checker" start= disabled
sc config "WizveraPMSvc" start= disabled

timeout /t 3

taskkill /im I3GProc.exe /t /f 
taskkill /im I3GMainSvc.exe /t /f 
taskkill /im CrossEXChrome.exe /t /f 
taskkill /im ObCrossEXService.exe /t /f 
taskkill /im CrossEXService.exe /t /f 
taskkill /im wpmsvc.exe /t /f 
taskkill /im delfino.exe /t /f 

@echo off
echo 종료

pause

------------------------------------------------------------------------------------------------

실행도 한방에...

start /d "C:\Program Files (x86)\IPinside_LWS" /b I3GProc.exe

start /d "C:\Program Files (x86)\IPinside_LWS" /b I3GMainSvc.exe start /d "C:\Program Files (x86)\RaonSecure\bridge\CrossEX\touchenex\1.0.1.1243" /b CrossEXChrome.exe
start /d "C:\Program Files (x86)\iniLINE\CrossEX\crossex" /b CrossEXService.exe
start /d "C:\Program Files (x86)\iniLINE\CrossEX\crossex" /b ObCrossEXService.exe
start /d "C:\Program Files (x86)\Wizvera\Delfino-G3" /b delfino.exe
start /d "C:\Program Files (x86)\Wizvera\Common\wpmsvc" /b wpmsvc.exe

@echo off
echo 실행 
pause

---------------------------------------------------------------------------------------------------

참조 자료

https://lightinglife.tistory.com/173

https://trustall.tistory.com/32

https://skdjjdje.tistory.com/2 

https://gongdoo.tistory.com/453

# 컴퓨터 좀 빠르게 써 보겠다고 공부를 해야되나...

# 관리자 권한으로 실행해야 한다.