다음을 통해 공유

How to Release Minifilter Driver

dockerd 20 평판 포인트
2024-11-27T06:39:14.41+00:00

I have completed the development of a minifilter driver.

To release the driver, is the following process correct?

  1. Obtain an EV Code Signing Certificate.
  2. Conduct HLK (Hardware Lab Kit) testing.
  3. Create a CAB file.
  4. Submit the test results and certificate to Microsoft.
  5. Release the minifilter driver.

Additional Question:

For Windows 10 and Windows Server 2019 or later, is it mandatory to obtain an EV Code Signing Certificate?

Let me know if you need further refinements!

비즈니스용 Windows | Windows Server | 사용자 환경 | 기타
비즈니스용 Windows | IT 전문가용 Windows 클라이언트 | 사용자 환경 | 기타
개발자 기술 | Visual Studio | 기타
개발자 기술 | Visual Studio | 기타
Windows, 웹, 모바일 디바이스 및 기타 여러 플랫폼용 애플리케이션을 빌드하기 위한 통합 개발 도구 제품군입니다. 특정 범주에 맞지 않는 기타 항목입니다.
댓글 0개 설명 없음
투표 {count}개

질문 작성자가 수락한 답변
  1. Yanhong Liu 14,310 평판 포인트 Microsoft 외부 직원
    2024-11-28T05:55:34.8333333+00:00

    Hello,

    Your process for releasing a minifilter driver looks mostly correct. Here are the steps with some additional details:

    Obtain an EV Code Signing Certificate: Yes, this is necessary for submitting drivers to Microsoft for attestation signing or HLK certification.

    Conduct HLK (Hardware Lab Kit) Testing: This step ensures your driver meets Microsoft's requirements for reliability, security, and performance.

    Create a CAB File: Package your driver and test results into a CAB file for submission.

    Submit the Test Results and Certificate to Microsoft: Use the Hardware Dev Center to submit your CAB file along with your EV Code Signing Certificate.

    Release the Minifilter Driver: Once Microsoft approves your submission, you can release your driver.

    Regarding your additional question:

    For Windows 10 and Windows Server 2019 or later, it is indeed mandatory to obtain an EV Code Signing Certificate for submitting drivers to Microsoft. This requirement ensures the integrity and authenticity of the driver.

    Best Regards,

    Yanhong Liu

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    1명이 이 답변이 도움이 된다고 생각했습니다.
    댓글 0개 설명 없음

0 추가 답변

정렬 기준: 가장 유용함

답변

질문 작성자는 답변을 '승인됨'으로 표시하고, 중재자는 답변을 '추천됨'으로 표시할 수 있습니다. 이를 통해 사용자는 해당 답변이 작성자의 문제를 해결했다는 것을 알 수 있습니다.