How to disable this option?

  • Thread starter Thread starter ll
  • Start date Start date
L

ll

Everytime I startup windowsxp I get this message

" Checking file system on D.
The type of the file system is NTFS.
One of your disks needs to be checked for consistency.
You may cancel the disk checking, but it is strongly recommended that you
continue.

To skip disk checking press any key ...... seconds."


How can I disable this option?
 
ll said:
Everytime I startup windowsxp I get this message

" Checking file system on D.
The type of the file system is NTFS.
One of your disks needs to be checked for consistency.
You may cancel the disk checking, but it is strongly recommended
that you continue.

To skip disk checking press any key ...... seconds."


How can I disable this option?

Have you actually let it run completely at least once?
 
Hi

Do you let it run through or do you cancel everytime?

--


Will Denny
MS-MVP Windows Shell/User
Please reply to the News Groups
 
If a volume's dirty bit is set, this indicates that the file system may be
in an inconsistent state. The dirty bit can be set because the volume is
online and has outstanding changes, because changes were made to the volume
and the computer shutdown before the changes were committed to disk, or
because corruption was detected on the volume. If the dirty bit is set when
the computer restarts, chkdsk runs to verify the consistency of the volume.

When Autochk runs against a volume at boot time it records its output to a
file called Bootex.log in the root of the volume being checked. The Winlogon
service then moves the contents of each Bootex.log file to the Application
Event log. One event log message for each volume checked is recorded. So
check the Event Viewer application log. To access Event Viewer
Start|Run|eventvwr.msc

If you get an error something to the effect "cannot open volume for direct
access" There is some system/boot start device that is reading/writing to
the drive before chkdsk can get a lock on the drive. Some anti-virus
applications do this.

You can also run
chkdsk /r
from the recovery console command line. (/r implies /f and /p)

To start the Recovery Console, start the computer from the Windows XP CD-Rom
Press ENTER at the "Setup Notification" screen. Press R to repair a Windows
XP installation, and then press C to use the Recovery Console. The Recovery
Console then prompts you for the administrator password. If you do not have
the correct password, Recovery Console does not allow access to the
computer. If an incorrect password is entered three times, the Recovery
Console quits and restarts the computer. Note: If the registry is corrupted
or missing or no valid installations are found, the Recovery Console starts
in the root of the startup volume without requiring a password. You cannot
access any folders, but you can carry out commands such as chkdsk, fixboot,
and fixmbr for limited disk repairs. Once the password has been validated,
you have full access to the Recovery Console, but limited access to the hard
disk. You can only access the following folders on your computer: drive
root, %systemroot% or %windir%


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Everytime I startup windowsxp I get this message
|
| " Checking file system on D.
| The type of the file system is NTFS.
| One of your disks needs to be checked for consistency.
| You may cancel the disk checking, but it is strongly recommended that
you
| continue.
|
| To skip disk checking press any key ...... seconds."
|
|
| How can I disable this option?
|
|
 
Hi,

Click start/run, type cmd and click ok. From the prompt, run "chkntfs /d"
(without the quotes). This will reset the drive behavior and clear the dirty
bits that is causing this to happen. If it restarts, you may have a failing
drive and should download and run a drive diagnostic utility on it.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Associate Expert - WindowsXP Expert Zone

Windows help - www.rickrogers.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top