Oldhead,
You may realize that most Dells come with a hidden recovery partition. It can be used with the original Dell CD to reset the entire C:\drive to the
exact condition it was when it came out of the box. There could be some diffierences in the way it's done depending on the model, but Dell support will know. If you are going to use the machine for the kids, that may be a good way to go. If the hard drive is OK, that hidden partition should be intact.
If you go that route, you would have to go to Microsoft as soon as it's back online, and update Windows.
All of your own data files, .doc, text, video, music files, etc. would be gone. You would have to save those to CDs or flash drives beforehand. The applications that you installed would be gone also.
One of the things you might do for your own information is to check the integrity of the hard drive. If it's defective, it could cause all the symptoms you have.
You can test it like this:
First Sequence
Got to Start, Run and type cmd and hit <Enter>
When the command window comes up, type at the prompt :
chkdsk c:
hit <Enter> again.
Maximize the command window, and wait for the scan to finish. These scans can take quite a while.
Read the results carefully to see if it says that it found problems with your file system.
------------------------------------------------------------------------
Second Sequence
IF it has found any errors with your file system, it needs to run a different sequence on reboot to do repairs.
(It can't repair the file system while Windows is running)
Go To Start, Run and type cmd
hit <Enter>
Type the black text here into the command window at the prompt:
chkdsk c: /F <==notice the /F, with one space between c: and /F
hit <Enter>
You will get a message that the volume is locked, with a request to do the repair on Reboot.
Answer Y
Then type exit to close the Command window.
Go to Start, Turn Off Computer and choose Reboot
It will scan again when it boots up and make the repairs as the first part of the reboot process.
After it reboots, run the First Sequence again (
without the /F parameter), and see if it still shows any File System Errors.
It's possible that the
chkdsk c: /F sequence may have to be run on reboot twice to pick up everything.
If it repeatedly shows File System Errors, even after running the Second Sequence a couple of times, you can assume the hard drive is likely at fault.
askey127