cosmiclight22 wrote:So just to make sure I udnerstand,
1. first I open the Run window
2. in the Run window I type exactly this: cmd /k chkdsk /f f: > C:\chkdsk.txt where the letter of my drive is F
3. then when the Command Prompt opens, I type this again this code in it, beside the Windows 32 or soemthing.. : cmd /k chkdsk /f f: > C:\chkdsk.txt
4. Then, it is automatically fixed? or do I have to type an R (for recovery) somewhere, after this? And where? In the Command prompt or in the Run window?
Just to add to what Robert2 said, if you open an admin command prompt from All Programs > Accessories it will open with the prompt saying C:\Users\<whatever-your-user-name-is>. That does not matter, just to say it won't look exactly like Robert's picture. What matters is that it says Administrator Command Prompt at the top.
Also if you open the Command window first in that way, it will be less confusing if you enter the command without cmd /k, so:
If you add the cmd /k, the chkdsk file will be written but the command will appear to hang in the command window. If you paste and ENTER the command above, the prompt in the Command window will return to C:\Users\<whatever-your-user-name-is> as soon as C:\chkdsk.txt is written.
Using the /f option as above tells chkdsk to fix any errors it can. As soon as C:\chkdsk.txt is written you can close the command window and look at the chkdisk.txt file to see what chkdsk did.
Again, all this is doing is fixing any file system errors there may be. But it's the obvious first step.
Gale