Sunday, April 21, 2013

Windows 2008 server hangs at “Applying user settings”


source: http://adminramble.com/windows-2008-server-hangs-applying-user-settings-services-working/

The solution to this is very simple:

  1. Either wait for you server to eventually finish the logon process or reboot it in the safe mode with F8
  2. Open registry editor with regedit
  3. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP and create the following Multi-string value: DependOnService
  4. Double click the entry, enter CRYPTSVC in the Value Data field and click OK
  5. Reboot your server to Normal mode
You can also solve the problem with the Hotfix available from Microsoft.
NOTE: the KB article states that this happens on Windows Vista and Server 2008 with Service Pack 2, but in my case I had Windows Server 2008 Service Pack 1.

source: http://adminramble.com/windows-2008-server-hangs-applying-user-settings-services-working/

No comments:

Post a Comment