Microsoft MVP성태의 닷넷 이야기
nProtect 서비스 죽이기 [링크 복사], [링크+제목 복사]
조회: 25036
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 


nProtect 서비스 죽이기


이런 목적을 염두에 두고 만들지는 않았지만, 생각나는 NT 서비스 자작 프로그램 하나.

실행 시간을 제한하는 NT 서비스
; https://www.sysnet.pe.kr/Default.aspx?mode=0&sub=0&detail=1&wid=213

오호... ^^

원래 우리 아이가 쓰는 데스크 탑에만 설치해 두었는데. 제 노트북에도 설치를 했습니다. 설치 후, "C:\Program Files\sysnet\ProcessControllerServiceSetup" 폴더에 가서 "ProcessConfigurationT.config" 라는 이름의 파일을 생성 후, 아래와 같이 config 을 구성했습니다.

<?xml version="1.0" encoding="utf-8"?>
<ProcessConfigurationT xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
                    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <TimeLimits>
        <ProcessTimeLimitT>
            <!-- nProtect Starter: 이런 프로그램은 실행되어 있을 가치가 없다. -->
            <ProcessName>nPStarterSVC.exe</ProcessName>
            <Time>600</Time>  <!-- 10분 -->
        </ProcessTimeLimitT>
    </TimeLimits>
</ProcessConfigurationT>

하다 보니, 재미있네요. ^^
또 다른 nProtect 프로그램들도 죽여(!)버리는 게 좋겠단 생각이 들어 다음과 같이 추가했습니다.

<?xml version="1.0" encoding="utf-8"?>
<ProcessConfigurationT xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <TimeLimits>

        <ProcessTimeLimitT>
            <ProcessName>nPStarterSVC.exe</ProcessName>
            <Time>600</Time>  <!-- 10분 -->
        </ProcessTimeLimitT>


        <ProcessTimeLimitT>
            <ProcessName>npnj5Agent.exe</ProcessName>
            <Time>600</Time>  <!-- 10분 -->
        </ProcessTimeLimitT>

        <ProcessTimeLimitT>
            <ProcessName>npnj5Launcher.exe</ProcessName>
            <Time>600</Time>  <!-- 10분 -->
        </ProcessTimeLimitT>  

        <ProcessTimeLimitT>
            <ProcessName>npkcmsvc.exe</ProcessName>
            <Time>600</Time>  <!-- 10분 -->
        </ProcessTimeLimitT>        

    </TimeLimits>
</ProcessConfigurationT>

프로세스 4개 죽이려고 1개를 띄워놓고 있으면... 밑진 것 같지는 않군요. ^^; 아래와 같이 "n" 으로 시작하는 프로세스가 하나도 없습니다.

[그림 1: ProgramController.exe 에 의해서 종료된 nProtect 시리즈]
nProtect_worth_being_killed_1.PNG

32비트 용
; https://www.sysnet.pe.kr/SysWebRes/download/PublicTools/ProcessControllerServiceSetup.msi

64비트 용
; https://www.sysnet.pe.kr/SysWebRes/download/PublicTools/ProcessControllerServiceSetup64.msi

*** 컴퓨터에 ".NET Framework" 이 설치되어 있어야 합니다.



[이 토픽에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 10/13/2009]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




1  2  3  4  5  6  7  [8]  9  10  11  12  13  14  15  ...
NoWriterDateCnt.TitleFile(s)
368정성태12/12/201022603새로운 취미 ^^ - 레고 마인드스톰 (LEGO Mindstorms) [2]
365정성태11/30/201016153프로그래머라면! [3]파일 다운로드2
364정성태11/27/201012458성태의 트위터 정책 ^^ (Follow/Unfollow) [2]
361정성태11/21/201014143Microsoft Wireless Mobile Mouse 6000과 Arc Mouse에 대해서! [2]
359정성태11/16/201012184내가 숨쉬는 공기 - The Air I Breathe
358정성태10/30/201013423너무 어렵게 생각하지 마세요. ^^
356정성태10/25/201012567Windows Live Messenger 2011 크기 줄이는 방법
355정성태10/22/201011969TechMatch: 마이크로소프트 LCA와 MVP가 함께 NGO 단체를 대상으로 기술적인 문제를 해결
354정성태10/18/201030933윈도우 7 홈 프리미엄(Home Premium) 버전에서 "로컬 보안 정책 (secpol.msc)" 설정 [1]
352정성태10/11/201012342SEO 와 ASP.NET(JSP,ASP) / Silverlight(Flash) / Ajax
351정성태10/10/201013732구글 크롬이 클릭원스 배포였군요. ^^
350정성태10/5/201013302[종료] Visual Studio 2010 Ultimate with MSDN 구독권 1개를 드립니다. [2]
349정성태9/26/201012184How To Become A Famous Blogger
348정성태9/19/201014951cmd.exe와 command.exe의 차이점파일 다운로드1
347정성태9/17/201012400IE 9 베타 - 바로가기 창(즐겨찾기 모음)
346정성태9/17/201014060Internet Explorer 9 베타와 ActiveX, 그리고 플래시
345정성태9/13/201011434소프트웨어 패키지 스페셜리스트(Software Package Specialist)?
344정성태9/7/201015188윈도우 7 백업 오류: 0x80780048 [2]
343정성태8/31/201011919Why Embedded has become cool (again)
342정성태8/29/20101564624GB 메모리 ^^
341정성태8/19/201029395노트북과 연결되는 외부 LCD 모니터의 "Power Saving Mode" 탈출 방법 [1]
340정성태8/5/201012256Outlook 2007 블루 스크린 뜨는 문제
339정성태8/4/201015081모르나의 기도문
338정성태8/4/201011335Twitter ^^ - @techsharer
337정성태8/1/201014162컴퓨터 먼지 제거 [2]
336정성태7/26/201011549Step by Step: 암호화된 파일에 액세스가 안 될 경우 해결 방법
1  2  3  4  5  6  7  [8]  9  10  11  12  13  14  15  ...