安裝與升級 > Windchill 安裝與組態 > 進階組態 > 使用其他選項配置 PTC HTTP Server 與 Embedded Servlet Engine > 將 PTC HTTP Server 作為 Windows 服務執行 > 解除安裝 PTC HTTP Server Windows 服務
  
解除安裝 PTC HTTP Server Windows 服務
解除安裝 PTC HTTP Server Windows 服務的相關指示已經使用 PTC HTTP Server Ant 指令且不帶 Ant 指令而提供。
Uninstall without Ant
從 <Apache>/bin 目錄執行此指令。
apache -k uninstall -n <ServiceName>
其中 <ServiceName> 是您在建立 PTC HTTP Server Windows 服務時為其指定的名稱。
Uninstall with Ant
從 <Apache> 目錄執行此指令。
ant -f config.xml uninstallService -DserviceName <ServiceName>
其中 <ServiceName> 是您在建立 PTC HTTP Server Windows 服務時為其指定的名稱。