May 27 2011

Windows Server 2008 computers hang during startup while "applying computer settings" and services configured to start automatically fail to start

Category: Sharepoint 2010Abhishek Shukla @ 14:33 | |

An interesting event occurred recently in a lab environment of a SharePoint Farm I was working on.


As MSFT support was in their second day of diagnosis I noticed the following Microsoft KB article which mentioned certain essential services such as GP Client, DNS, Etc would not start automatically because of a deadlock between Service Control Manager and HTTP.SYS  - This fit the observed behavior…Let’s try the fix in the KB…

Now for the fix

    1. Boot Into SafeMode
    2. Open Registry Editor
    3. Navigate to HKLM\CurrentControlSet\Services\HTTP and create the following Multi-string value: DependOnService
    4. Double click the new DependOnService value that you created
    5. Enter CRYPTSVC in the Value Data field and click OK
    6. Reboot Server in normal Mode

 

This event took three days from my life, days I can never regain so I offer this seemly simple fix yet buried solution in hopes I can save someone else.

Tags: