RecycleURL

RecycleURL 指定页面的完整 URL,其中包括有关回收设备的信息。 此 URL 将显示在“设置”应用程序的“系统” | “关于”下。

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

回收 URL XML 示例

以下 XML 演示如何配置回收 URL:

<OEMInformation>
    <RecycleURL>https://recycle.contoso.com</RecycleURL>
</OEMInformation>
设置 说明
RecycleURL 配置用于“查找要回收电脑的程序”旁边链接的 URL。

有效配置阶段

auditUser

generalize

offlineServicing

oobeSystem

specialize

父层次结构

Microsoft-Windows-Shell-Setup | OEMInformation | 回收 URL

应用于

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

XML 示例

以下 XML 演示如何将回收 URL 设置为 https://recycle.contoso.com

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

OEMInformation