0

Possible Duplicate:
How do I troubleshoot a Windows 7 freeze or slowness?

I tried to run check disk and it retuned no errors or bad sectors. I also run CCleaner and also no effect.

What else can I do to determine the problem and solve it?

OS: Windows 7

I installed different application for data recovery and uninstalled them. Also I uninstalled any application that I installed recently

EDIT: I need to do hard reset to get out of freeze state

EDIT1: In safe mode it doesn't freeze

EDIT2:(Solved) I disabled all the services and the programs that loads on startup accept for security & microsoft services. My computer worked all night without freezing!

Alex K
  • 262

3 Answers3

1

1) You should look into windows event log and see if there any errors.

2) You should check memory and harddrive for bad sectors.

3) If 1 and 2 isn't diagnose the reason, you should install "Windows performance toolkit" from "Windows SDK" (download Windows SDK installer, the performance toolkit is one of the installation options). Read manual for xperf. Run it with circular buffer and when next freeze will happen, you could see what happened to your system.

After installing xperf, open cmd in administrative mode and run command:

xperf -on latency -maxfile 256 -filemode circular

and wait until the next freeze. Right after the freeze write into the console

xperf -d trace.etl 
xperf trace.etl

Press "yes" to open file in a trace viewer. Put the pictures here. Or read xperf help.

0

This link describes similar freeze-ups. Essentially, since almost everything in most PCs is connected to a single bus, it could be anything, including a bad card, overheating, memory error, and even a faulty USB plug or cord on some older systems. Yes, malware can sometimes cause a denial of service by hogging all available resources, but usually the only thing that can cause a complete system lock-up/freeze is the video card. Everything else generates some kind of error log, message, reboot, or blue or black screen, in my experience. I have even opened up a PC to find bugs or mice living in there causing random shorts. A loose screw. If the logs, memory, and disk checks don't show anything consistent and the disk is OK as you say it's probably hardware.

Sometimes a BIOS and various firmware updates will fix incompatibilities with hardware. They can also make bricks if you do it wrong, so beware.

hellork
  • 428
0

With all the viruses and malware\spyware\adware floating around the Internet your problem could be caused by many things besides the hard drive needing a CHKDSK. Some of these cause your CPU to run to 100% which then makes it freeze, or so it would seem.

Do a complete virus scan and clean. Then run Malware Bytes or SpyBot S&D to make sure there isn't anything else (malware/spyware/adware) messing with your system. A free online scan at eSet just to make sure its all gone might be a good idea.

Once you are sure your system is clean, then start looking at hardware issues.

CharlieRB
  • 23,021
  • 6
  • 60
  • 107