TradeInURL

可以使用 OEMInformation 下的TradeInURL “无人参与”设置配置“置换”URL。

  • 如果未配置“置换”或“回收 URL”,则此功能将被隐藏
  • 可以配置一个或两个字段
  • 只有 unattend.xml 文件中存在的字段才会显示在“设置”应用中
    • 如果 unattend.xml 文件中存在一个字段但为空,则相关链接将显示在“设置”应用中,但它将为空。
    • 如果要确保“设置”应用中隐藏链接,请确保 unattend.xml 文件中不存在相关的无人参与元素。

TradeInURL XML 示例

以下 XML 显示如何配置置换 URL:

<OEMInformation>
    <TradeInURL>https://trade.contoso.com</TradeInURL>
</OEMInformation>
设置 说明
TradeInURL 配置用于“查找用于置换、销售或捐赠电脑的程序”旁边的链接的 URL。

有效配置阶段

auditUser

generalize

offlineServicing

oobeSystem

specialize

父层次结构

Microsoft-Windows-Shell-Setup | OEMInformation | SupportAppURL

应用于

有关此组件支持的受支持 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-Shell-Setup

XML 示例

以下 XML 演示如何将置换 URL 设置为 https://trade.contoso.com

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

OEMInformation