使用 ServiceConfig 檔案自訂

上次更新時間 2026年8月14日

修改 ServiceConfig.xml 檔案以控制已部署套件的應用程式面板可見度和使用者驗證。

修改應用程式面板可見度

根據預設,使用者可以前往 Creative Cloud 桌面 > 應用程式 以安裝和更新應用程式。 使用 ServiceConfig.xml 檔案來顯示 應用程式 面板,讓使用者能夠安裝和更新應用程式。 如果取消選取,使用者便無法自行安裝或更新應用程式。

前往 Creative Cloud 桌面應用程式並選取 檔案 > 退出 Creative Cloud

導覽至 ServiceConfig.xml 檔案位置

Windows:C:\Program Files (x86)\Common Files\Adobe\OOBE\Configs

macOS:/Library/Application Support/Adobe/OOBE/Configs

將檔案複製到您的桌面,並在文字編輯器 (例如 TextEdit) 中開啟副本。

找出 <visible> 元素並將值變更為:

  • true 以啟用應用程式面板
  • false 以隱藏應用程式面板

例如,

<config>

    <panel>

        <name>AppsPanel</name>

        <visible>false</visible>

    </panel>

</config>

儲存已編輯的檔案,然後將其複製回 Configs 檔案夾,取代原始檔案。

啟動 Creative Cloud 桌面應用程式以套用變更。