New
#11
There are a lot of errors in the System event log saying that the drive P: is corrupted - you should run CHKDSK P: /R to fix that.
Oddly, the last event logged in that is dated 26th August - which possibly indicates some form of corruption in either the file itself, or the service.
The Application event log is OK - but shows a number of errors....
Open an Elevated Command Prompt and run the following command
fsutil resource setautoreset true c:\
wait for it to complete, and then reboot
Please run a full CHKDSK and SFC scan....
Click on Start > All Programs > Accessories
Right-click on the Command Prompt entry
Select Run as Administrator and accept the UAC prompt - the ElevatedCommand Prompt window should pop up.
At the Command prompt, type
CHKDSK C: /R
and hit the Enter key.
You will be told that the drive is locked,
and the CHKDSK will run at he next boot - hit the Y key, press Enter, and then reboot.
The CHKDSK will take a few hours depending on the size of the drive,so be patient!
After the CHKDSK has run, Windows should boot normally (possibly after a second auto-reboot) -
then run the SFC.
SFC -System File Checker -Instructions
Click on Start > All Programs > Accessories
Right-click on the Command Prompt entry
Select Run as Administrator and accept the UAC prompt - the ElevatedCommand Prompt window should pop up.
At the Command prompt, type
SFC /SCANNOW
and hit the Enter key
Wait for the scan to finish - make a note of any error messages -and then reboot.
Copy the CBS.log file created(C:\Windows\Logs\CBS\CBS.log) to your desktop (you can't manipulate itdirectly) and then compress the copy and attach it to your reply.
Post a new MGADiag report with details of any error messagesencountered.
Last edited by NoelDP; 20 Oct 2013 at 06:07. Reason: formatting