Customize device trade-in and recycle options

Starting with Windows 11, version 22H2, the Settings app includes customizable links that you can configure to direct customers to device trade-in or recycle programs. Configuring these links is optional, and only links that have been customized will be shown.

The settings app showing how the trade-in and recycle fields appear when they are configured using an unattend file

If you want to configure links, but not use an OEM-specific program, you can use the following global sites for trade-in and recycle:

Customize Trade-In and Recycle Fields

OEM partners can configure the Trade-in and Recycle URLs, using the RecycleURL and TradeInURL Unattend settings under OEMInformation.

XML Example

The following XML shows a Recycle URL and a Trade-in URL that have been configured using Windows System Image Manager:

<OEMInformation>
    <RecycleURL>https://recycle.contoso.com</RecycleURL>
    <TradeInURL>https://trade.contoso.com</TradeInURL>
</OEMInformation>

Setting Description

Setting Description
RecycleURL Configures the URL that's used for the link next to "Find programs to recycle your PC".
TradeInURL Configures the URL that's used for the link next to "Find programs to trade-in, sell, or donate your PC".
  • You can configure zero, one, or both of the fields using the Unattend framework. Only configure the fields that you want displayed.
  • Don't add any values in the fields that you want to be hidden. Empty values, including an empty string (""), will cause the related field to be displayed.