Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

chkdsk

Status
Not open for further replies.

amehac

IS-IT--Management
Joined
Jan 12, 2004
Messages
1
Location
US
I get a message "WAOL.exe is a corrupt file - file or directory c:\windows\system32\wbem\logs is corrupt or unreadable. Run chkdsk"

The problem is that XP won't let me run chkdsk. When I reboot, chkdsk runs and says everything is OK; please wait while chkdsk restarts your system.

Well, chkdsk never finishes [ I have left it on overnight]. So, everytime the system starts, chkdsk runs, when it gets to the last step, I turn off the computer; turn it on and the system starts OK; but then the cycle starts over agsin with the corrupt file message.

Any thoughts???
 
Use chkdsk /r in the Recovery Console.

Longer diagnostic discussion:

1. Bad drivers, or corrupted registry:

If registry issues are suspected:
1. Start, Run, cmd
fsutil dirty query c:
If it comes back as "dirty", a chkdsk is needed.

chkntfs /D

This will clear the autochk point for boot. It stops the message but does not solve possible underlying issues.

Use Recovery Console and do the chkdsk /r: (discussed above) to address possible underlying problems.

3. May help: Disable or Enable CheckDisk Upon Boot (Line 82)

To use the Regedit: Save the REG File to your hard disk. Double click it and answer yes to the merge prompt.

4. Go to Start/Run/Regedit and navigate to this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Highlight the Winlogon key.

In the list look for "SFCScan", this should be set to 0. if it is set to (1) the scan will happen at every boot.

5. Go to Start/Run/Regedit and navigate to this key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager

Look for the REG_MULTI_SZ value with the following name: BootExecute.
This value contains commands that will be executed at startup. The default value is: autocheck autochk *

If it reads differently, edit the line to read only autocheck autochk *
save your changes and reboot.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top