Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You can configure the Trade-in URL, using the TradeInURL
Unattend settings under OEMInformation.
- If you don't configure Trade-in or Recycle URLs, the capability will be hidden
- You can configure one or both fields
- Only the fields that are present in the unattend.xml file will appear in the Settings app
- If a field is present in an unattend.xml file but blank, the related link will appear in the Settings app but it will be blank.
- If you want to ensure that a link is hidden in the Settings app, make sure the related unattend element is not present in the unattend.xml file.
TradeInURL XML Example
The following XML shows how to configure a Trade-in URL:
<OEMInformation>
<TradeInURL>https://trade.contoso.com</TradeInURL>
</OEMInformation>
Setting | Description |
---|---|
TradeInURL |
Configures the URL that's used for the link next to "Find programs to trade-in, sell, or donate your PC". |
Valid Configuration Passes
auditUser
generalize
offlineServicing
oobeSystem
specialize
Parent Hierarchy
Microsoft-Windows-Shell-Setup | OEMInformation | SupportAppURL
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML Example
The following XML shows how to set the Trade-in URL to https://trade.contoso.com.
<OEMInformation>
<TradeInURL>https://trade.contoso.com</TradeInURL>
</OEMInformation>