Hi there
In the cmd window, you should have got a response from the query
fsutil dirty query C:
Either
Volume - C: is Dirty
or
Volume - C: is NOT Dirty
Lets assume that the response is Volume - C: is Dirty...................
There is a process called autochk.exe that runs at startup. This process checks for the "dirty bit".
If the volume is dirty, a chkdsk is ordered and you machine will automatically run chkdsk as part of the startup. For some reason"dirty bit "may not be cleared. An XP Bug !!
There are a couple of ways to stop this.
Part One :
Try this one first.
Close all applications and open a command window.
Type chkdsk C: /f
allow a chkdsk on the C drive and hopefully this will clear the dirty bit
Under normal circumstances the above method should work.
_______________________________
Part two:
Before using the following method!!
Set a system restore point and or backup the registry key before editing
This option involves editing the registry and should only be used if the above method fails to clear the dirty bit
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager
BootExecute . . . REG_MULTI_SZ . . . autocheck autochk *
Edit the BootExecute value in the right-hand pane, and change autocheck autochk *
Example, to stop the check on drive C, type autocheck autochk /k:c *
|