Method to unpack zip files in Delphi

 procedure TMForm.UnzipFile(const ZipFileName, DestinationFolder: string);

var

  Zip: TZipFile;

begin

  Zip := TZipFile.Create;       // use System.Zip

  try

    Zip.Open(ZipFileName, zmRead);      // ZIP 파일 열기 (읽기 전용 모드)

    Zip.ExtractAll(DestinationFolder);  // 전체 파일 압축 해제

  finally

    Zip.Free;

  end;

end;

Windows 원격 데스크톱 연결 클라이언트에서 항목 제거

Windows 원격 데스크톱 연결 클라이언트에서 항목 제거

Windows 원격 데스크톱 연결 클라이언트의 원격 데스크톱 연결 컴퓨터 상자에서 항목을 제거하려면 레지스트리 편집기를 시작한 다음, 다음 레지스트리 키를 선택합니다.

HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default