@rem WinHTTP Web Proxy Auto-Discovery Service @rem 實現 Windows HTTP 服務(WinHTTP)的 Web 代理自動發現服務(WPAD)。WPAD 是用于啟用 HTTP 客戶端自動發現代理配置的協議。如果此@rem 服務被停用或禁用,WPAD 協議將在 HTTP 客戶端的進程中執行,而不是在外部服務進程;因此不會造成功能損失。 sc config WinHttpAutoProxySvc start= DEMAND
@rem Windows Management Instrumentation (WMI) @rem 微軟: 提供公用接口及對象模型,以存取有關操作系統、裝置、應用程序及服務的管理信息。如果這個服務已停止,大多數的 Windows @rem 軟件將無法正常工作。如果這個服務已停用,所有依存于它的服務都將無法啟動。 @rem 補充: 如上說的,是一種提供一個標準的基礎結構來監視和管理系統資源的服務,由不得你動他 @rem 依存: Event Log、remote Procedure Call (RPC) @rem 建議: 自動 sc config winmgmt start= AUTO
@rem Portable Media Serial Number @rem 微軟: Retrieves the serial number of any portable music player connected to your computer @rem 補充: 透過聯機計算機重新取得任何音樂撥放序號?沒什么價值的服務 @rem 建議: 已停用 sc config WmdmPmSN start= DISABLED