고맙게도 Windows Server 2016에서 시작하지 않은 일부 서비스를 지연시키고 작동 시켰지만 바이러스 백신 서비스는 수정으로부터 보호되기 때문에 그렇게 할 수 없었습니다.
그러나 2008 R2의 경우 에도이 해결 방법을 찾았습니다. https://support.microsoft.com/en-us/help/922918/a-service-does-not-start-and- events-7000- 및 -7011- 로그인 된 windows-server-2003-windows-server-2008-and-windows-server-2008-r2
아마도 지연 시작으로 설정하지 않고 서비스를 시작하게 될 것입니다. 그것은 바이러스 백신에 효과적이었습니다.
해결 방법의 가장 유용한 부분을 여기에 붙여 넣습니다.
이 문제를 해결하려면 레지스트리를 수정하여 서비스 제어 관리자의 기본 시간 제한 값을 늘리십시오. 이 값을 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.