Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I am facing a weird problem. My computer hangs while loading the desktop, and only the background shows up; no icons or bars load. If I power the system on and off about 4-6 times, I may be able to use it normally.

The desktop loads normally after rebooting or in safe mode; this only occurs when I start the system normally. I've tried several things to fix it, such as removing all start-up items, but it still doesn't solve the problem. What should I do?

I found three major errors in Event Viewer:

Source: Microsoft-Windows-DistributedCOM
Level: Error

DCOM got error "1084" attempting to start the service WSearch with arguments "" in order to run the server: {7D096C5F-AC08-4F1F-BEB7-5C22C517CE39}


Source: Microsoft-Windows-DistributedCOM
Level: Error
DCOM got error "1084" attempting to start the service WSearch with arguments "" in order to run the server: {7D096C5F-AC08-4F1F-BEB7-5C22C517CE39}


Source: Service Control Manager
Level: Error
The Network List Service service depends on the Network Location Awareness service which failed to start because of the following error: The dependency service or group failed to start.

share|improve this question
Why didn't the Network Location Awareness service start? If it's because another service it depends on didn't start, then why didn't that service start? Additionally: Have you tested your disks? How long have you let it sit "hung"? Do you, or have you in the past, had any network resources mapped? Have you tried booting it with no external USB devices (aside from mouse/kb) plugged in? – techie007 Sep 25 '12 at 12:29
Yes, I have test disks, everything is ok. I left it for almost 2 hours, it is still hang. No network mapped. Well I will try USB issue – Joshua Sep 27 '12 at 0:04

1 Answer

It's good you cleared out your start up items, but there is another way to start items with your PC - Next time you load up Windows successfully, go to your task scheduler - Look through and there is probably something starting up as your PC does (I had an Asus service trying to start and it caused error messages on each boot).

Also, it is possible it's a service which you don't want. Type services.msc into the search bar and see if you can find the failing service and disable or delay it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.