다음을 통해 공유

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!

Visual Studio
Visual Studio
Windows, 웹 및 모바일 디바이스용 애플리케이션을 빌드하기 위한 통합 개발 도구 제품군입니다.
질문 54개
Windows Server
Windows Server
엔터프라이즈 수준 관리, 데이터 스토리지, 애플리케이션 및 통신을 지원하는 Microsoft 서버 운영 체제 제품군입니다.
질문 72개
Windows 11
Windows 11
생산성, 창의성 및 사용 편의성을 위해 설계된 Microsoft 운영 체제입니다.
질문 17개
댓글 0개 설명 없음
투표 {count}개

수락된 답변
  1. Yanhong Liu 13,835 평판 포인트 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 추가 답변

정렬 기준: 가장 유용함

답변

질문 작성자가 수락한 답변이라고 답변에 표시할 수 있으며, 이를 통해 작성자의 문제를 해결한 답변을 사용자가 알 수 있도록 도와줍니다.