Tag - 레지스트리

스타트클리너 0.9.3 업데이트

스타트클리너 (0.9.3) 가 업데이트되었습니다. 부팅 시 자동 실행 프로그램을 손쉽게 관리합니다. 시작프로그램 폴더, 레지스트리, 작업 스케줄러, 서비스 등 다양한 항목을 통합 관리합니다. 삭제 대신 비활성화하여 안전하게 설정을 변경합니다. DOWNLOAD 길호넷에서 다운로드하기 홈페이지 스타트클리너 : https://startcleaner.kilho.net HISTORY 스타트클리너 0.9.3 (2024/12/05)- 버그 수정 및 안정성 개선스타트클리너 0.9.2 (2024/12/04)- 프로그램 화면 크기 조절 가능- Delphi VCL Styles 코드 완전 제거-...

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

자동 실행 프로그램 정리를 클릭 한 번에 할 수 있습니다. 부팅 시 자동 실행 프로그램을 손쉽게 관리합니다. 시작프로그램 폴더, 레지스트리, 작업 스케줄러, 서비스 등 다양한 항목을 통합 관리합니다. 삭제 대신 비활성화하여 안전하게 설정을 변경합니다. DOWNLOAD 길호넷에서 다운로드하기 홈페이지 스타트클리너 : https://startcleaner.kilho.net HISTORY 스타트클리너 0.9.3 (2024/12/05)- 버그 수정 및 안정성 개선스타트클리너 0.9.2 (2024/12/04)- 프로그램 화면 크기 조절 가능-...

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 ...