Hi.
All acknowledged/you're welcome!
Check Hard Disk For Errors:
- Open Notepad.
- Copy and Paste everything from the Code Box below into Notepad:
Code:
@echo off
cmd /c chkdsk c: |find /v "percent" >> "%userprofile%\desktop\checkhd.txt"
del %0
- Go to File >> Save As
- Save File name as Dakeyras.bat
- Change Save as Type to All Files and save the file to your Desktop.
- It should look similar to this:
Now right-click on the desktop Dakeyras.bat and select Run as Administrator to run the batch file. It will self-delete when completed.
A file icon named checkhd.txt should appear on your Desktop. Please post the contents of this file in your next reply.
Windows 7 - System File Checker:
- Click on Start(Windows 7 Orb).
- Click on All Programs >> Accessories
- Right click on Command Prompt and select Run as Administrator.
- Click on Continue at the UAC prompt.
- At the Command Prompt C:\Windows\System32> type in the following exactly:
cd c:\
- Then depress the Enter/Return key, then type in the following exactly:
sfc /scannow
- Then depress the Enter/Return key.
Note: This may take awhile to finish. When completed close the Administrator Command Prompt window, via typing Exit then depress the Enter/Return key.