谢谢,我已将Windows Server 2016上未启动的某些服务设置为延迟,并且可以正常运行,但是,我无法为防病毒服务执行此操作,因为它受到保护,无法修改。
但是,即使找到了适用于2008 R2的解决方案,我也发现该解决方案仍然有效:https : //support.microsoft.com/zh-cn/help/922918/a-service-does-not-start-and-在Windows Server 2003 2003 Windows Server 2008和Windows Server 2008 R2中记录了事件7000和7101
可能会使任何服务启动,而无需将它们设置为延迟启动。是的,它确实适用于防病毒软件。
我将在此处粘贴解决方法中最有用的部分:
要变通解决此问题,修改注册表以增加服务控制管理器的默认超时值。若要将此值增加到60秒,请按照下列步骤操作:
Click Start, click Run, type regedit, and then click OK.
Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
In the right pane, locate the ServicesPipeTimeout entry.
Note: If the ServicesPipeTimeout entry does not exist, you must create it. To do this, follow these steps:
On the Edit menu, point to New, and then click DWORD Value.
Type ServicesPipeTimeout, and then press ENTER.
Right-click ServicesPipeTimeout, and then click Modify.
Click Decimal, type 60000, and then click OK.
This value represents the time in milliseconds before a service times out.
Restart the computer.