Microsoft MVP성태의 닷넷 이야기
nProtect 서비스 죽이기 [링크 복사], [링크+제목 복사]
조회: 25038
글쓴 사람
정성태 (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)
253정성태5/6/200912298같이 일한다는 것!!! [1]
252정성태4/27/200912332Extreme commuter
251정성태4/22/200912777ICIQ
250정성태4/18/200914081EFT(Emotional Freedom Techniques)
249정성태4/14/200913896부다피아 수진스님 금강경 법문 비디오 링크 모음 [1]파일 다운로드1
248정성태4/12/200917563데프콘 프로 삭제하는 방법 [3]
247정성태4/11/200929121데프콘 프로 삭제하는 방법 - 시행착오
246정성태4/11/200912889WindowsMonkey2 도구 소개
245정성태4/11/200911950Productivity Future Vision
244정성태4/5/200917948알툴바 1.41 버전과 IE 8의 충돌 및 임시 해결방법
243정성태3/29/200913696전기 잡아 먹는 귀신 - 웹 페이지
242정성태3/21/200912084P4 2.4G CPU 1개, 40GB 하드 2개, 80GB 하드 1개 필요하신 분! [1]
241정성태3/14/200917421새 컴퓨터 사양 ^^
240정성태2/25/200912396새로운 모습으로 재구성된 Visual Studio 2010 [2]
239정성태2/22/200912680Oxite - 포스트 편집/삭제, RSS 구독 버튼 [1]
238정성태2/22/200913672Oxite와 Windows Live Writer [1]
237정성태2/20/200915722조립할 PC 사양 - 평가 부탁드립니다. ^^ [2]
236정성태2/19/200915232마이크로소프트의 설치형 블로그 Oxite - 설치 가이드
235정성태2/14/200915775정토회 법륜스님 금강경 법문 비디오 링크 모음 [2]파일 다운로드1
233정성태2/14/200919761VPN 연결 [1]
232정성태2/12/200911929집안 분위기. [1]
231정성태2/5/200916464도스 명령어: cd
230정성태2/3/200911546PInvoke.net - Internet Explorer 검색 공급자
229정성태2/3/200911781by design
228정성태1/31/200912172Windows 7 베타 바탕 화면의 물고기는?
227정성태1/29/200916822파수닷컴 DRM, fph.exe 제거하는 방법
1  2  3  4  5  6  7  8  9  10  11  [12]  13  14  15  ...