おかげで、Windows Server 2016で開始していなかったサービスを遅延するように設定して機能しましたが、変更から保護されているため、ウイルス対策サービスに対してはできませんでした。
しかし、私はこの回避策を見つけましたが、2008 R2用であっても機能しました:https : //support.microsoft.com/en-us/help/922918/a-service-does-not-start-and- events-7000-and-7011-are-logged-in-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.