
1、出现这种情况一般是由于系统中的System Event Notification Service服务无法启动导致的。
2、按”Win+R“键调出运行对话框。
3、输入“Services.msc”并按回车键打开服务管理器。
4、找到“System Event Notification Service服务”。
5、左键双击System Event Notification Service服务”,打开“属性”,启动类型选择“自动”,点击“确定”即可打开服务。
System Event Notification (SENS) 服务监视并跟踪计算机事件(如 Windows 登录网络和电源事件)。它还将这些事件通知给 COM+ 事件系统 订阅者。在 Windows XP 和 Windows Server 2003 上默认安装并自动运行此服务。
如果 System Event Notification 服务停止,COM+ Event System 服务的订阅者将不会接收到事件通知,并且会发生以下问题:·Win32 API IsNetworkAlive() 和 IsDestinationReachable() 将无法运行。
这些 API 大多在便携式计算机的移动应用程序中使用。·ISens* 接口将无法使用。SENS 登录/注销通知将失败。·SyncMgr (mobsync.exe) 将无法正常运行。SyncMgr 依赖于连接信息,以及来自 SENS 的网络连接/断开、登录/注销通知。
COM+ EventSystem 试图向 SENS 通知某些事件时将失败。·Volume Shadow Copy 服务将不能正常加载,这将导致 Windows 备份 API 失败。