chkdsk everytime at startup!

Posted: 11-17-2003, 10:49 PM
My computer is about 1-1/2 years old with WinXP Home
installed (fresh install that came with computer). About
2-months ago, the computer began running chkdsk on my
partitioned NTFS d: drive. This occurs EVERYTIME I
startup my computer. Please note that the computer does
shut down properly everytime.

Anyone know what the cause of this is and how to fix this
annoyance?

Your help is much appreciated.
Reply With Quote

Responses to "chkdsk everytime at startup!"

Michael Solomon \(MS-MVP Windows Shell/User\)
Guest
Posts: n/a
 
Re: chkdsk everytime at startup!
Posted: 11-17-2003, 11:24 PM
Please check the following from MVP Kelly Theriot:

Suggestions and Checkpoints: Other than a System Restore

Go to Start/Run/CMD and type in: Modify the drive letter accordingly **MS
Note: I believe in your case you would substitute d for c.**
fsutil dirty query c:

If it comes back as dirty, it hasn't cleared. For more information go to
Start/Run/CMD and type in: CHKNTFS /?

Option: From a command prompt type chkntfs /D and then reboot, a chkdsk
should run but not again on next boot.

This edit does not work for all users, circumstances depending:

Disable or Enable CheckDisk Upon Boot (Line 82)
http://www.kellys-korner-xp.com/xp_tweaks.htm

To use the Regedit: Save the REG File to your hard disk. Double click it
and answer yes to the import prompt. REG files can be viewed in Notepad by
right clicking on the file and selecting Edit.

Chkdsk Runs Each Time That You Start Computer
http://support.microsoft.com/support.../q316/5/06.asp

Checkpoint:

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

Highlight the Winlogon file.

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.

Go to Start/Run/Regedit and navigate to this key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\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 *

After scheduling one or more chkdsks, the entry will contain one or more
autochk lines. Delete each of these lines and put the default one in place.

If you always want a check to be performedf at startup, change the value to:
autocheck autochk /f *

If you don't want any checks to be performed, delete all autocheck entries.

Last checkpoint: Modify as needed:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\MyComp
uter\cleanuppath
Registry entry should read: %SystemRoot%\system32\cleanmgr.exe /D %c


--
Michael Solomon MS-MVP
Windows Shell/User
Backup is a PC User's Best Friend
DTS-L.Org: http://www.dts-l.org/

"Scott" <anonymous@discussions.microsoft.com> wrote in message
news:022f01c3ad5d$15d96b80$a501280a@phx.gbl...
> My computer is about 1-1/2 years old with WinXP Home
> installed (fresh install that came with computer). About
> 2-months ago, the computer began running chkdsk on my
> partitioned NTFS d: drive. This occurs EVERYTIME I
> startup my computer. Please note that the computer does
> shut down properly everytime.
>
> Anyone know what the cause of this is and how to fix this
> annoyance?
>
> Your help is much appreciated.

Reply With Quote
Scott
Guest
Posts: n/a
 
Re: chkdsk everytime at startup!
Posted: 11-18-2003, 03:21 AM
Hello Michael,

Thank you for the help thus far...my test results are as
follows:

1- System restore doesn't work to fix this problem.

2- fsutil dirty query d: came back that D is dirty!
- I typed in: chkntfs /D, and restarted my computer
three times with no change.

3- I have run through the "Chkdsk Runs Each Time That You
Start Computer" from Microsoft. I performed a "clean
boot" with still no luck.

4- Navigated to register
key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon" The "SFCScan" does not exist
in this key......only "SFCDisable", which is set to "0"

5- Navigated to register
key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\S
ession Manager". The "BootExecute" was and is set
to "autocheck autochk *"

6- Navigated to register
key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rent
Version\Explorer\MyComputer\cleanuppath". The registry
was correct as you stated.

Any other suggestions?

Scott
>-----Original Message-----
>Please check the following from MVP Kelly Theriot:
>
>Suggestions and Checkpoints: Other than a System Restore
>
>Go to Start/Run/CMD and type in: Modify the drive letter
accordingly **MS
>Note: I believe in your case you would substitute d for
c.**
>fsutil dirty query c:
>
>If it comes back as dirty, it hasn't cleared. For more
information go to
>Start/Run/CMD and type in: CHKNTFS /?
>
>Option: From a command prompt type chkntfs /D and then
reboot, a chkdsk
>should run but not again on next boot.
>
>This edit does not work for all users, circumstances
depending:
>
>Disable or Enable CheckDisk Upon Boot (Line 82)
>http://www.kellys-korner-xp.com/xp_tweaks.htm
>
>To use the Regedit: Save the REG File to your hard
disk. Double click it
>and answer yes to the import prompt. REG files can be
viewed in Notepad by
>right clicking on the file and selecting Edit.
>
>Chkdsk Runs Each Time That You Start Computer
>http://support.microsoft.com/support...icles/q316/5/0
6.asp
>
>Checkpoint:
>
>Go to Start/Run/Regedit and navigate to this key:
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon
>
>Highlight the Winlogon file.
>
>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.
>
>Go to Start/Run/Regedit and navigate to this key:
>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\Sessi
on 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 *
>
>After scheduling one or more chkdsks, the entry will
contain one or more
>autochk lines. Delete each of these lines and put the
default one in place.
>
>If you always want a check to be performedf at startup,
change the value to:
>autocheck autochk /f *
>
>If you don't want any checks to be performed, delete all
autocheck entries.
>
>Last checkpoint: Modify as needed:
>
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVers
ion\Explorer\MyComp
>uter\cleanuppath
>Registry entry should read: %SystemRoot%\system32
\cleanmgr.exe /D %c
>
>
>--
>Michael Solomon MS-MVP
>Windows Shell/User
>Backup is a PC User's Best Friend
>DTS-L.Org: http://www.dts-l.org/
>
>"Scott" <anonymous@discussions.microsoft.com> wrote in
message
>news:022f01c3ad5d$15d96b80$a501280a@phx.gbl...
>> My computer is about 1-1/2 years old with WinXP Home
>> installed (fresh install that came with computer).
About
>> 2-months ago, the computer began running chkdsk on my
>> partitioned NTFS d: drive. This occurs EVERYTIME I
>> startup my computer. Please note that the computer does
>> shut down properly everytime.
>>
>> Anyone know what the cause of this is and how to fix
this
>> annoyance?
>>
>> Your help is much appreciated.
>
>
>.
>
Reply With Quote
Michael Solomon \(MS-MVP Windows Shell/User\)
Guest
Posts: n/a
 
Re: chkdsk everytime at startup!
Posted: 11-18-2003, 03:35 AM
Ah, crud, I knew you were going to say that!:-(

Well, if it were the system drive, I'd tell you to run a repair install but
I don't think that will resolve this.

You are posting this issue on the basics board. I think it would be best if
you take it to perform_maintenance. Go to the following link, scroll to
that group in the list, select it and try your question there. Be sure to
tell them what you've already done:
http://communities.microsoft.com/newsgroups/default.asp

Sorry I couldn't be more help to you.

--
Michael Solomon MS-MVP
Windows Shell/User
Backup is a PC User's Best Friend
DTS-L.Org: http://www.dts-l.org/

"Scott" <anonymous@discussions.microsoft.com> wrote in message
news:08c101c3ad83$09e7c0d0$a101280a@phx.gbl...
> Hello Michael,
>
> Thank you for the help thus far...my test results are as
> follows:
>
> 1- System restore doesn't work to fix this problem.
>
> 2- fsutil dirty query d: came back that D is dirty!
> - I typed in: chkntfs /D, and restarted my computer
> three times with no change.
>
> 3- I have run through the "Chkdsk Runs Each Time That You
> Start Computer" from Microsoft. I performed a "clean
> boot" with still no luck.
>
> 4- Navigated to register
> key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
> NT\CurrentVersion\Winlogon" The "SFCScan" does not exist
> in this key......only "SFCDisable", which is set to "0"
>
> 5- Navigated to register
> key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\S
> ession Manager". The "BootExecute" was and is set
> to "autocheck autochk *"
>
> 6- Navigated to register
> key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rent
> Version\Explorer\MyComputer\cleanuppath". The registry
> was correct as you stated.
>
> Any other suggestions?
>
> Scott
>
> >-----Original Message-----
> >Please check the following from MVP Kelly Theriot:
> >
> >Suggestions and Checkpoints: Other than a System Restore
> >
> >Go to Start/Run/CMD and type in: Modify the drive letter
> accordingly **MS
> >Note: I believe in your case you would substitute d for
> c.**
> >fsutil dirty query c:
> >
> >If it comes back as dirty, it hasn't cleared. For more
> information go to
> >Start/Run/CMD and type in: CHKNTFS /?
> >
> >Option: From a command prompt type chkntfs /D and then
> reboot, a chkdsk
> >should run but not again on next boot.
> >
> >This edit does not work for all users, circumstances
> depending:
> >
> >Disable or Enable CheckDisk Upon Boot (Line 82)
> >http://www.kellys-korner-xp.com/xp_tweaks.htm
> >
> >To use the Regedit: Save the REG File to your hard
> disk. Double click it
> >and answer yes to the import prompt. REG files can be
> viewed in Notepad by
> >right clicking on the file and selecting Edit.
> >
> >Chkdsk Runs Each Time That You Start Computer
> >http://support.microsoft.com/support...icles/q316/5/0
> 6.asp
> >
> >Checkpoint:
> >
> >Go to Start/Run/Regedit and navigate to this key:
> >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
> NT\CurrentVersion\Winlogon
> >
> >Highlight the Winlogon file.
> >
> >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.
> >
> >Go to Start/Run/Regedit and navigate to this key:
> >HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\Sessi
> on 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 *
> >
> >After scheduling one or more chkdsks, the entry will
> contain one or more
> >autochk lines. Delete each of these lines and put the
> default one in place.
> >
> >If you always want a check to be performedf at startup,
> change the value to:
> >autocheck autochk /f *
> >
> >If you don't want any checks to be performed, delete all
> autocheck entries.
> >
> >Last checkpoint: Modify as needed:
> >
> >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVers
> ion\Explorer\MyComp
> >uter\cleanuppath
> >Registry entry should read: %SystemRoot%\system32
> \cleanmgr.exe /D %c
> >
> >
> >--
> >Michael Solomon MS-MVP
> >Windows Shell/User
> >Backup is a PC User's Best Friend
> >DTS-L.Org: http://www.dts-l.org/
> >
> >"Scott" <anonymous@discussions.microsoft.com> wrote in
> message
> >news:022f01c3ad5d$15d96b80$a501280a@phx.gbl...
> >> My computer is about 1-1/2 years old with WinXP Home
> >> installed (fresh install that came with computer).
> About
> >> 2-months ago, the computer began running chkdsk on my
> >> partitioned NTFS d: drive. This occurs EVERYTIME I
> >> startup my computer. Please note that the computer does
> >> shut down properly everytime.
> >>
> >> Anyone know what the cause of this is and how to fix
> this
> >> annoyance?
> >>
> >> Your help is much appreciated.
> >
> >
> >.
> >

Reply With Quote
Scott
Guest
Posts: n/a
 
Re: chkdsk everytime at startup!
Posted: 11-18-2003, 03:51 AM
Thanks for the info and your gracious time!
>-----Original Message-----
>Ah, crud, I knew you were going to say that!:-(
>
>Well, if it were the system drive, I'd tell you to run a
repair install but
>I don't think that will resolve this.
>
>You are posting this issue on the basics board. I think
it would be best if
>you take it to perform_maintenance. Go to the following
link, scroll to
>that group in the list, select it and try your question
there. Be sure to
>tell them what you've already done:
>http://communities.microsoft.com/newsgroups/default.asp
>
>Sorry I couldn't be more help to you.
>
>--
>Michael Solomon MS-MVP
>Windows Shell/User
>Backup is a PC User's Best Friend
>DTS-L.Org: http://www.dts-l.org/
>
>"Scott" <anonymous@discussions.microsoft.com> wrote in
message
>news:08c101c3ad83$09e7c0d0$a101280a@phx.gbl...
>> Hello Michael,
>>
>> Thank you for the help thus far...my test results are
as
>> follows:
>>
>> 1- System restore doesn't work to fix this problem.
>>
>> 2- fsutil dirty query d: came back that D is dirty!
>> - I typed in: chkntfs /D, and restarted my computer
>> three times with no change.
>>
>> 3- I have run through the "Chkdsk Runs Each Time That
You
>> Start Computer" from Microsoft. I performed a "clean
>> boot" with still no luck.
>>
>> 4- Navigated to register
>> key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
>> NT\CurrentVersion\Winlogon" The "SFCScan" does not
exist
>> in this key......only "SFCDisable", which is set to "0"
>>
>> 5- Navigated to register
>>
key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\S
>> ession Manager". The "BootExecute" was and is set
>> to "autocheck autochk *"
>>
>> 6- Navigated to register
>>
key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rent
>> Version\Explorer\MyComputer\cleanuppath". The registry
>> was correct as you stated.
>>
>> Any other suggestions?
>>
>> Scott
>>
>> >-----Original Message-----
>> >Please check the following from MVP Kelly Theriot:
>> >
>> >Suggestions and Checkpoints: Other than a System
Restore
>> >
>> >Go to Start/Run/CMD and type in: Modify the drive
letter
>> accordingly **MS
>> >Note: I believe in your case you would substitute d
for
>> c.**
>> >fsutil dirty query c:
>> >
>> >If it comes back as dirty, it hasn't cleared. For
more
>> information go to
>> >Start/Run/CMD and type in: CHKNTFS /?
>> >
>> >Option: From a command prompt type chkntfs /D and
then
>> reboot, a chkdsk
>> >should run but not again on next boot.
>> >
>> >This edit does not work for all users, circumstances
>> depending:
>> >
>> >Disable or Enable CheckDisk Upon Boot (Line 82)
>> >http://www.kellys-korner-xp.com/xp_tweaks.htm
>> >
>> >To use the Regedit: Save the REG File to your hard
>> disk. Double click it
>> >and answer yes to the import prompt. REG files can be
>> viewed in Notepad by
>> >right clicking on the file and selecting Edit.
>> >
>> >Chkdsk Runs Each Time That You Start Computer
>>
>http://support.microsoft.com/support...icles/q316/5/0
>> 6.asp
>> >
>> >Checkpoint:
>> >
>> >Go to Start/Run/Regedit and navigate to this key:
>> >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
>> NT\CurrentVersion\Winlogon
>> >
>> >Highlight the Winlogon file.
>> >
>> >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.
>> >
>> >Go to Start/Run/Regedit and navigate to this key:
>>
>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\Sessi
>> on 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 *
>> >
>> >After scheduling one or more chkdsks, the entry will
>> contain one or more
>> >autochk lines. Delete each of these lines and put the
>> default one in place.
>> >
>> >If you always want a check to be performedf at
startup,
>> change the value to:
>> >autocheck autochk /f *
>> >
>> >If you don't want any checks to be performed, delete
all
>> autocheck entries.
>> >
>> >Last checkpoint: Modify as needed:
>> >
>>
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVers
>> ion\Explorer\MyComp
>> >uter\cleanuppath
>> >Registry entry should read: %SystemRoot%\system32
>> \cleanmgr.exe /D %c
>> >
>> >
>> >--
>> >Michael Solomon MS-MVP
>> >Windows Shell/User
>> >Backup is a PC User's Best Friend
>> >DTS-L.Org: http://www.dts-l.org/
>> >
>> >"Scott" <anonymous@discussions.microsoft.com> wrote in
>> message
>> >news:022f01c3ad5d$15d96b80$a501280a@phx.gbl...
>> >> My computer is about 1-1/2 years old with WinXP Home
>> >> installed (fresh install that came with computer).
>> About
>> >> 2-months ago, the computer began running chkdsk on
my
>> >> partitioned NTFS d: drive. This occurs EVERYTIME I
>> >> startup my computer. Please note that the computer
does
>> >> shut down properly everytime.
>> >>
>> >> Anyone know what the cause of this is and how to fix
>> this
>> >> annoyance?
>> >>
>> >> Your help is much appreciated.
>> >
>> >
>> >.
>> >
>
>
>.
>
Reply With Quote
Michael Solomon \(MS-MVP Windows Shell/User\)
Guest
Posts: n/a
 
Re: chkdsk everytime at startup!
Posted: 11-18-2003, 04:13 AM
You're welcome, Scott, and good luck.

--
Michael Solomon MS-MVP
Windows Shell/User
Backup is a PC User's Best Friend
DTS-L.Org: http://www.dts-l.org/

"Scott" <anonymous@discussions.microsoft.com> wrote in message
news:090e01c3ad87$44e7ad90$a101280a@phx.gbl...
> Thanks for the info and your gracious time!
>
> >-----Original Message-----
> >Ah, crud, I knew you were going to say that!:-(
> >
> >Well, if it were the system drive, I'd tell you to run a
> repair install but
> >I don't think that will resolve this.
> >
> >You are posting this issue on the basics board. I think
> it would be best if
> >you take it to perform_maintenance. Go to the following
> link, scroll to
> >that group in the list, select it and try your question
> there. Be sure to
> >tell them what you've already done:
> >http://communities.microsoft.com/newsgroups/default.asp
> >
> >Sorry I couldn't be more help to you.
> >
> >--
> >Michael Solomon MS-MVP
> >Windows Shell/User
> >Backup is a PC User's Best Friend
> >DTS-L.Org: http://www.dts-l.org/
> >
> >"Scott" <anonymous@discussions.microsoft.com> wrote in
> message
> >news:08c101c3ad83$09e7c0d0$a101280a@phx.gbl...
> >> Hello Michael,
> >>
> >> Thank you for the help thus far...my test results are
> as
> >> follows:
> >>
> >> 1- System restore doesn't work to fix this problem.
> >>
> >> 2- fsutil dirty query d: came back that D is dirty!
> >> - I typed in: chkntfs /D, and restarted my computer
> >> three times with no change.
> >>
> >> 3- I have run through the "Chkdsk Runs Each Time That
> You
> >> Start Computer" from Microsoft. I performed a "clean
> >> boot" with still no luck.
> >>
> >> 4- Navigated to register
> >> key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
> >> NT\CurrentVersion\Winlogon" The "SFCScan" does not
> exist
> >> in this key......only "SFCDisable", which is set to "0"
> >>
> >> 5- Navigated to register
> >>
> key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\S
> >> ession Manager". The "BootExecute" was and is set
> >> to "autocheck autochk *"
> >>
> >> 6- Navigated to register
> >>
> key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rent
> >> Version\Explorer\MyComputer\cleanuppath". The registry
> >> was correct as you stated.
> >>
> >> Any other suggestions?
> >>
> >> Scott
> >>
> >> >-----Original Message-----
> >> >Please check the following from MVP Kelly Theriot:
> >> >
> >> >Suggestions and Checkpoints: Other than a System
> Restore
> >> >
> >> >Go to Start/Run/CMD and type in: Modify the drive
> letter
> >> accordingly **MS
> >> >Note: I believe in your case you would substitute d
> for
> >> c.**
> >> >fsutil dirty query c:
> >> >
> >> >If it comes back as dirty, it hasn't cleared. For
> more
> >> information go to
> >> >Start/Run/CMD and type in: CHKNTFS /?
> >> >
> >> >Option: From a command prompt type chkntfs /D and
> then
> >> reboot, a chkdsk
> >> >should run but not again on next boot.
> >> >
> >> >This edit does not work for all users, circumstances
> >> depending:
> >> >
> >> >Disable or Enable CheckDisk Upon Boot (Line 82)
> >> >http://www.kellys-korner-xp.com/xp_tweaks.htm
> >> >
> >> >To use the Regedit: Save the REG File to your hard
> >> disk. Double click it
> >> >and answer yes to the import prompt. REG files can be
> >> viewed in Notepad by
> >> >right clicking on the file and selecting Edit.
> >> >
> >> >Chkdsk Runs Each Time That You Start Computer
> >>
> >http://support.microsoft.com/support...icles/q316/5/0
> >> 6.asp
> >> >
> >> >Checkpoint:
> >> >
> >> >Go to Start/Run/Regedit and navigate to this key:
> >> >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
> >> NT\CurrentVersion\Winlogon
> >> >
> >> >Highlight the Winlogon file.
> >> >
> >> >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.
> >> >
> >> >Go to Start/Run/Regedit and navigate to this key:
> >>
> >HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\Sessi
> >> on 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 *
> >> >
> >> >After scheduling one or more chkdsks, the entry will
> >> contain one or more
> >> >autochk lines. Delete each of these lines and put the
> >> default one in place.
> >> >
> >> >If you always want a check to be performedf at
> startup,
> >> change the value to:
> >> >autocheck autochk /f *
> >> >
> >> >If you don't want any checks to be performed, delete
> all
> >> autocheck entries.
> >> >
> >> >Last checkpoint: Modify as needed:
> >> >
> >>
> >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVers
> >> ion\Explorer\MyComp
> >> >uter\cleanuppath
> >> >Registry entry should read: %SystemRoot%\system32
> >> \cleanmgr.exe /D %c
> >> >
> >> >
> >> >--
> >> >Michael Solomon MS-MVP
> >> >Windows Shell/User
> >> >Backup is a PC User's Best Friend
> >> >DTS-L.Org: http://www.dts-l.org/
> >> >
> >> >"Scott" <anonymous@discussions.microsoft.com> wrote in
> >> message
> >> >news:022f01c3ad5d$15d96b80$a501280a@phx.gbl...
> >> >> My computer is about 1-1/2 years old with WinXP Home
> >> >> installed (fresh install that came with computer).
> >> About
> >> >> 2-months ago, the computer began running chkdsk on
> my
> >> >> partitioned NTFS d: drive. This occurs EVERYTIME I
> >> >> startup my computer. Please note that the computer
> does
> >> >> shut down properly everytime.
> >> >>
> >> >> Anyone know what the cause of this is and how to fix
> >> this
> >> >> annoyance?
> >> >>
> >> >> Your help is much appreciated.
> >> >
> >> >
> >> >.
> >> >
> >
> >
> >.
> >

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
chkdsk does not run at startup Windward Tech Windows Vista Performance & Maintenance 4 01-31-2008 05:12 AM
chkdsk executes everytime user's computer starts lisa Windows XP Performance & Maintenance 1 11-07-2003 04:47 AM
Disc check runs at startup and takes 1.5 hours everytime Jenny Windows XP Performance & Maintenance 1 08-08-2003 11:11 PM
Why Chkdsk always runs during startup? Michael Tan Windows XP 2 07-18-2003 10:28 AM
Why Chkdsk always runs during startup? Michael Tan Windows XP Performance & Maintenance 1 07-17-2003 03:18 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90