什麼是 WinCe 事件日誌?

什麼是 WinCe 事件日誌?

在 Windows 事件檢視器 ( Control Panel > Administrative Tools > Event Viewer) 中,我發現一個名為 的異常日誌WinCe Log。不記得以前看過這個。日誌充滿了 1,500 多個錯誤,事件 ID 始終為 #1030 或 #1058。

該日誌是什麼以及如何防止這些事件發生?

WinCE日誌

更新

根據日誌檢查清單Applications表明它包含具有完全相同資訊的條目(例如TimeEvent ID)...除了不同的資訊Description(見下文)!此外,在檢查日誌的屬性時,我發現以下內容:

Application
Name: C:\WINDOWS\system32\config\AppEvent.Evt
Created: 14 March 2008 11:17:28

WinCe Log
Name: C:\WINDOWS\system32
Created: 14 March 2008 11:10:52

名字WinCe Log好像不完整。點擊事件 ID 上的連結(例如這篇 Microsoft TechNet 文章表示該問題與名為 的東西有關Group Policy

後來我發現這篇 Microsoft 支援文章其中提供了更多詳細信息,並沿著線索我找到了問題的解決方案。計算機上未執行以下服務:

DNS Client
TCP/IP NetBIOS Helper

將這些服務設定為自動啟動(並重新啟動)會導致錯誤消失並被事件 ID 1704 的「成功」訊息所取代。

現在以Description事件 ID 1030 為例(日誌之間有所不同):

Application
Windows cannot query for the list of Group Policy objects. A message that describes the reason for this was previously logged by the policy engine.

WinCe Log
The description for Event ID ( 1030 ) in Source ( Userenv ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The event log file is corrupt..

更多資訊......但問題仍然存在:

  • 為什麼會有WinCE日誌?
  • 為什麼它會重複Application日誌中包含的資訊?
  • 它嘗試(但失敗)從哪裡獲取事件描述字串?

相關內容