Possible Duplicate:
Windows Explorer has stopped working?

I know many have seen this before. It has been occurring so much that my PC is nearly unusable. I tried scanning the system through Command Prompt but not all of the corrupt files were fixed. Windows Explorer still fails constantly. Is there any other solution?

link|improve this question
Could you at least post the error you're getting, if any? Also, if all else fails, just reinstall windows. – Ron Sijm Nov 29 '11 at 11:43
Any notable changes to PC before all this began? Hardware changes, software installed? – jay Nov 29 '11 at 13:50
1  
What version of Windows? – CharlieRB Nov 29 '11 at 16:27
feedback

migrated from stackoverflow.com Nov 29 '11 at 11:45

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by DragonLord, Sathya Nov 30 '11 at 5:48

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

If you think corruption is the issue, you can run disk check through command prompt. Open task manager, go to: file, run, type in cmd, in the new window type chkdsk C: /F. The flag /F will attempt to fix errors, you can also use /R to attempt to recover missing data. (chkdsk C: /F /R). (more about disk check)

And obviously, you will want to scan your harddrive. I would try Avast! and AVG, both have a free edition. Last time I used Avast, they had a boot time scan... That will probably help if your computer gives you problems during the scan.

There are definitely other antivirus' out there, too.

link|improve this answer
feedback

Enter Safe Mode then run both virus and spyware/malware scans to clean the system.

I tried scanning the system through command prompt but not all the corrupt files were fixed.

Assuming you are using XP, boot to your Windows CD and run the recovery console. Then run CHKDSK C: /F to run the scan. Here are instructions how to do that.

You may also want to run the System File Checker to fix any corrupted files. Use the /scannow switch.

If you still can not use the PC, it is likely time to reinstall Windows.

link|improve this answer
feedback