RecycleURL
RecycleURL
指定頁面的完整 URL,其中包含回收其裝置的相關資訊。 此 URL 會顯示在 [系統] 下的 [設定] 應用程式中 |關於。
- 如果您未設定 取用 或回收 URL,此功能將會隱藏
- 您可以設定一或兩個欄位
- 只有存在於unattend.xml檔案中的欄位會出現在 [設定] 應用程式中
- 如果欄位存在於unattend.xml檔案中,但空白,則相關連結會出現在 [設定] 應用程式中,但會是空白的。
- 如果您想要確定 [設定] 應用程式中已隱藏連結,請確定unattend.xml檔案中沒有相關的自動安裝專案。
RecycleURL XML 範例
下列 XML 示範如何設定回收 URL:
<OEMInformation>
<RecycleURL>https://recycle.contoso.com</RecycleURL>
</OEMInformation>
設定 | 描述 |
---|---|
RecycleURL |
設定用於「尋找程式以回收電腦」旁連結的 URL。 |
有效的設定階段
auditUser
generalize
offlineServicing
oobeSystem
特殊化
父階層
Microsoft-Windows-Shell-Setup | OEMInformation | RecycleURL
套用至
如需此元件支援的 Windows 版本和架構清單,請參閱 Microsoft-Windows-Shell-Setup。
XML 範例
下列 XML 示範如何將回收 URL 設定為 https://recycle.contoso.com 。
<OEMInformation>
<RecycleURL>https://recycle.contoso.com</RecycleURL>
</OEMInformation>