我们有不少机器正在运行 Office 软件保护平台服务中的“软件保护服务正在启动”。它启用所有代理,然后停止并重新安排。然后,当计算机开启时,这个循环一直重复。只是想知道是否有其他人见过这种情况或可能的修复方法。
以下是该活动的副本。
Log Name: Application
Source: Office Software Protection Platform Service
Date: 11/6/2018 10:14:48 AM
Event ID: 900
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: computername.blah.com
Description:
The Software Protection service is starting.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Office Software Protection Platform Service" />
<EventID Qualifiers="16384">900</EventID>
<Level>4</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2018-11-06T15:14:48.000000000Z" />
<EventRecordID>33019</EventRecordID>
<Channel>Application</Channel>
<Computer> Computername</Computer>
<Security />
</System>
<EventData>
</EventData>
</Event>
然后它就死了。
Log Name: Application
Source: Office Software Protection Platform Service
Date: 11/6/2018 10:19:49 AM
Event ID: 903
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: computername.blah.com
Description:
The Software Protection service has stopped.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Office Software Protection Platform Service" />
<EventID Qualifiers="16384">903</EventID>
<Level>0</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2018-11-06T15:19:49.000000000Z" />
<EventRecordID>33024</EventRecordID>
<Channel>Application</Channel>
<Computer>computername.blah.com </Computer>
<Security />
</System>
<EventData>
</EventData>
</Event>
答案1
您所看到的是经过设计的,我想知道它为什么让您烦恼。
Office 软件保护平台服务通常在用户启动 Office 时按需启动,但是,有些许可证类型可以通过其他方式启动该服务(例如使用密钥管理服务器的许可证类型)。至于停止服务,有几个原因我们不默认自动关闭该服务。这些原因基于 Office 的跨操作系统版本兼容性、用户关于其 Office 使用配置文件、偏好、资源使用配置文件的通信,以及在 Office 和 Windows 之间使用该服务的不同方式。
话虽如此,虽然我们不会默认我们的服务在不活动后超时,但如果您的组织重视这一点,您可以控制这一点。您可以设置以下注册表项:
钥匙:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform
值名称:
InactivityShutdownDelay
值类型:DWORD
ValueData:Office 软件保护平台在最近一次活动后将保持运行的秒数。Windows 默认为 300 秒。
设置此项后,只需重新启动 Office 软件保护平台服务即可使用新设置。