編輯範本的 XML 代碼

  1. 按一下工具 > 部署 > 作業系統部署
  2. 選擇公用我的範本或它們的子群組之一。
  3. 連按兩下範本。在範本視圖中,按一下 XML
  4. 對範本的 XML 代碼進行變更。
  5. 要儲存變更,按一下儲存變更
  6. 要匯出範本的副本,請按一下匯出並指定檔案位置。
  7. 按一下確定,關閉範本視圖。

部署範本的結構會使用下列的一般 XML 格式。

<template name= >

<description></description>

<section name= >

<description></description>

<action></action>

</section>

<section name= >

<description></description>

<action></action>

</section>

</template>