Skip to content

Commit f466e7d

Browse files
Merge pull request #3068 from TimShererWithAquent/us500250-15
Freshness Edit: Windows hardware drivers: Partner Center for Windows Hardware
2 parents a4c21ef + a4d2282 commit f466e7d

1 file changed

Lines changed: 25 additions & 35 deletions

File tree

  • windows-driver-docs-pr/dashboard
Lines changed: 25 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
---
22
title: Partner Center for Windows Hardware
3-
description: This article describes how to get started with the hardware submission process by using the Partner Center for Windows Hardware.
4-
ms.date: 09/05/2024
3+
description: Learn how to get started with the hardware submission process by using the Partner Center for Windows Hardware.
4+
ms.date: 10/31/2025
55
ms.topic: get-started
6+
#customer intent: As a hardware developer, I want the Partner Center for Windows Hardware to create certified hardware devices for use with Windows.
67
---
78

89
# Partner Center for Windows Hardware
910

10-
This article describes how to get started with the hardware submission process by using the Partner Center for Windows Hardware. We take you through each step of the process, from getting an extended validation (EV), to registration, and finally, to driver publication and certification.
11+
This article describes the hardware submission process for the Partner Center for Windows Hardware. It describes each step of the process, from getting an extended validation (EV), to registration, and finally, to driver publication and certification.
1112

12-
With the Windows Hardware Compatibility Program you can design, create, and test your hardware and drivers before you submit the final version through the Partner Center hardware dashboard for certification. By certifying your hardware device, system, and drivers for Windows, you gain the support of Microsoft marketing resources in the form of compatibility and reliability listings, logo artwork, and promotional partnerships.
13+
With the Windows Hardware Compatibility Program you can design, create, and test your hardware and drivers. Then submit the final version through the Partner Center hardware dashboard for certification. By certifying your hardware device, system, and drivers for Windows, you gain the support of Microsoft marketing resources. These resources include compatibility and reliability listings, logo artwork, and promotional partnerships.
1314

1415
## Step 1: Get an EV code signing certificate
1516

16-
Your Hardware Dev Center dashboard account must have at least one extended validation (EV) certificate associated with it to submit binaries for attestation signing or to submit binaries for Windows Hardware Lab Kit (HLK) certification. To learn how to get an EV certificate, see [EV certificate signed drivers](code-signing-reqs.md#ev-certificate-signed-drivers).
17+
To submit binaries for attestation signing or to submit binaries for Windows Hardware Lab Kit (HLK) certification, you need a Hardware Dev Center dashboard account. Your account must have an extended validation (EV) certificate associated with it. To get an EV certificate, see [EV certificate signed drivers](code-signing-reqs.md#ev-certificate-signed-drivers).
1718

1819
## Step 2: Register for the Hardware Developer Program
1920

20-
Now that you have your EV certificate ready, you can now register for the Hardware Developer Program. To register, follow the steps in [How to register for the Microsoft Windows Hardware Developer Program](hardware-program-register.md).
21+
After you have your EV certificate ready, you can register for the Hardware Developer Program. Follow the steps in [Register for the Microsoft Windows Hardware Developer Program](hardware-program-register.md).
2122

2223
## Step 3: Test your hardware and drivers
2324

24-
Now that your company is registered in the Hardware Developer program, you need to design, create, and test your hardware and drivers. To ensure that your drivers and hardware run on Windows systems as your customers expect, you need to participate in the [Windows Hardware Compatibility Program](/windows-hardware/design/compatibility/).
25+
After you register in the Hardware Developer program, you need to design, create, and test your hardware and drivers. To ensure that your drivers and hardware run on Windows systems as your customers expect, you need to participate in the [Windows Hardware Compatibility Program](/windows-hardware/design/compatibility/).
2526

2627
## Step 4: Submit for certification and compatibility
2728

28-
Once your drivers are properly tested, [create a new hardware submission](hardware-submission-create.md).
29+
After your drivers are properly tested, [create a new hardware submission](hardware-submission-create.md).
2930

3031
## Step 5: Manage driver distribution
3132

32-
If you have drivers that you want to distribute with Windows Update or share with another company, see [Manage driver distribution with shipping labels](manage-driver-distribution-by-submission.md) to learn about common driver distribution tasks such as:
33+
If you have drivers that you want to distribute with Windows Update or share with another company, see [Manage driver distribution with shipping labels](manage-driver-distribution-by-submission.md). Learn about common driver distribution tasks such as:
3334

3435
- [Publish a driver to Windows Update](publish-a-driver-to-windows-update.md)
3536
- [Share a driver with a partner (Resell)](sharing-drivers-with-your-partners.md)
@@ -38,7 +39,7 @@ If you have drivers that you want to distribute with Windows Update or share wit
3839

3940
## Step 6: Publish your driver
4041

41-
When your driver has passes the review process in the Partner hardware dashboard, it becomes eligible for the hardware compatibility or certification program. In addition, you can publish it to the [Windows Server Catalog](https://www.windowsservercatalog.com/ ) and the [Windows Certified Products List](windows-certified-products-list.md) by providing an announcement date in your submission.
42+
When your driver passes the review process in the Partner Center hardware dashboard, it becomes eligible for the hardware compatibility or certification program. In addition, provide an announcement date in your submission to publish it to the [Windows Server Catalog](https://www.windowsservercatalog.com/) and the [Windows compatible products list](windows-certified-products-list.md).
4243

4344
You can continue to use the Partner Center hardware dashboard to:
4445

@@ -48,36 +49,25 @@ You can continue to use the Partner Center hardware dashboard to:
4849

4950
## Step 7: Share a link to a Windows Certification Verification Report
5051

51-
Once your driver is certified, you can share the verification report with a sharable URL. This URL allows the report to be accessed and downloaded without prior authorization or access to the Partner Center. The sharable URL contains three identification numbers separated by slashes:
52+
After your driver is certified, you can share the verification report with a sharable URL. With this URL, you can access and download the report without prior authorization or access to the Partner Center. The sharable URL contains three identification numbers separated by slashes:
5253

5354
`https://developer.microsoft.com/dashboard/hardware/driver/DownloadCertificationReport/<SellerID>/<PrivateProductID>/<SubmissionID>`
5455

55-
To create a sharable link, replace **SellerID**, **PrivateProductID**, and **SubmissionID** in the example URL with the appropriate identification numbers.
56+
To create a sharable link, replace `SellerID`, `PrivateProductID`, and `SubmissionID` in the example URL with the appropriate identification numbers.
5657

5758
The identification numbers used in the URL and their locations are:
5859

5960
| Component | Description |
6061
|--|--|
61-
| **SellerID** | The identification number of your partner account found on the account management page, under **Account settings**. |
62-
| **PrivateProductID** | The identification number generated with each product creation. Located on the driver details page for your product. For more information, see [Dashboard ID definitions](./hardware-submission-ids.md). |
63-
| **SubmissionID** | The identification number given to each submission and submission update. Located on the driver details page for your product. For more information, see [Dashboard ID definitions](./hardware-submission-ids.md). |
64-
65-
## Next Steps
66-
67-
> [!div class="nextstepaction"]
68-
> [Create a hardware submission](hardware-submission-create.md)
69-
70-
> [!div class="nextstepaction"]
71-
> [View hardware submissions](hardware-submissions-view.md)
72-
73-
> [!div class="nextstepaction"]
74-
> [Update a hardware submission](hardware-submission-update.md)
75-
76-
> [!div class="nextstepaction"]
77-
> [Validate a hardware submission signature](code-signing-validate.md)
78-
79-
> [!div class="nextstepaction"]
80-
> [Windows HLK Getting Started Guide](/windows-hardware/test/hlk/getstarted/windows-hlk-getting-started)
81-
82-
> [!div class="nextstepaction"]
83-
> [Attestation sign Windows 10+ drivers](code-signing-attestation.md).
62+
| SellerID | The identification number of your partner account found on the account management page, under **Account settings**. |
63+
| PrivateProductID | The identification number generated with each product creation. Located on the driver details page for your product. For more information, see [Dashboard ID definitions](./hardware-submission-ids.md). |
64+
| SubmissionID | The identification number given to each submission and submission update. Located on the driver details page for your product. For more information, see [Dashboard ID definitions](./hardware-submission-ids.md). |
65+
66+
## Related content
67+
68+
- [Create a new hardware submission](hardware-submission-create.md)
69+
- [View hardware submissions](hardware-submissions-view.md)
70+
- [Update a hardware submission](hardware-submission-update.md)
71+
- [How to validate the Microsoft signature](code-signing-validate.md)
72+
- [Windows HLK getting started](/windows-hardware/test/hlk/getstarted/windows-hlk-getting-started)
73+
- [Attestation sign Windows drivers](code-signing-attestation.md)

0 commit comments

Comments
 (0)