Tag - 레지스트리

스타트클리너 – 자동 실행 프로그램 정리

자동 실행 프로그램 정리를 클릭 한 번에 할 수 있습니다. 부팅 시 자동 실행 프로그램을 손쉽게 관리합니다. 시작프로그램 폴더, 레지스트리, 작업 스케줄러, 서비스 등 다양한 항목을 통합 관리합니다. 삭제 대신 비활성화하여 안전하게 설정을 변경합니다. DOWNLOAD 길호넷에서 다운로드하기 홈페이지 스타트클리너 : https://startcleaner.kilho.net 라이센스 스타트클리너는 Freeware 입니다. 회사, 집, 관공서, 학교 등 공간 제약 없이 마음대로 사용하실 수 있습니다. 자유롭게 어디에서나 배포가...

Registry Monitoring (Delphi)

How to use Procedure RegistryMonitor (Rootkey: hKey; Key: String; Proc: Tproc; WatchSub: boolean); begin TTHREAD.CREATEANYNYMOUSTHREAD (Procedure var Reg: Tregistry; Event: Cardinal; begin Reg: = trrewistry.create; Reg.rootkey: = rootKey; if reg.openkeyreadonly (key) begin Event: = Createevent (NIL, FALSE, FALSE, NIL); if event> 0 then begin while true do begin RegNotifychandureKeyvalue (reg.currentkey, watchsub, reg_notify_Change_last_set, event, true); if waitForsingleObject (event, infinite) = wait_object_0 the tthread.synchronize (TTHREAD.CURENTHREAD, Procedure Begin Proc End); End; End; End; Reg.Free; end) .start; End; // Proc: Enter command // WatchSub: Subside monitoring ...