PC Review


Reply
Thread Tools Rate Thread

chkdsk runs on every startup

 
 
Marek
Guest
Posts: n/a
 
      14th Nov 2003
Since I have installed Service Pack 4 for Windows 2000
along with several security updates, CHKDSK now runs every
time during boot up. What is causing this and how do I
stop it from running on every boot?

Thanks in advance. Marek
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      14th Nov 2003
Try this link:

http://support.microsoft.com/directo...;EN-US;Q218461

"Marek" <(E-Mail Removed)> wrote in message
news:070301c3aa84$f954e000$(E-Mail Removed)...
> Since I have installed Service Pack 4 for Windows 2000
> along with several security updates, CHKDSK now runs every
> time during boot up. What is causing this and how do I
> stop it from running on every boot?
>
> Thanks in advance. Marek



 
Reply With Quote
 
Evi
Guest
Posts: n/a
 
      14th Nov 2003
I've heard that typing
Chkdsk /cancel
in the Run box on your Start button will stop this problem. Does it?
Evi

"Marek" <(E-Mail Removed)> wrote in message
news:070301c3aa84$f954e000$(E-Mail Removed)...
> Since I have installed Service Pack 4 for Windows 2000
> along with several security updates, CHKDSK now runs every
> time during boot up. What is causing this and how do I
> stop it from running on every boot?
>
> Thanks in advance. Marek



 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      14th Nov 2003
Here is your answer:

E:\>chkdsk /cancel
Invalid parameter - /cancel


"Evi" <(E-Mail Removed)> wrote in message
news:bp2elp$1ju19s$(E-Mail Removed)...
> I've heard that typing
> Chkdsk /cancel
> in the Run box on your Start button will stop this problem. Does it?
> Evi
>
> "Marek" <(E-Mail Removed)> wrote in message
> news:070301c3aa84$f954e000$(E-Mail Removed)...
> > Since I have installed Service Pack 4 for Windows 2000
> > along with several security updates, CHKDSK now runs every
> > time during boot up. What is causing this and how do I
> > stop it from running on every boot?
> >
> > Thanks in advance. Marek

>
>



 
Reply With Quote
 
Marek
Guest
Posts: n/a
 
      14th Nov 2003
I've combed thoroughly through the hints in article 218461
and tried several things with no success. Here is a bit
more information about my system.
Windows 2000, SP4, FAT32 file system, multiple boot setup
via Boot Magic 8.0

I ran chkntfs on each drive on my system and none of the
drives report a dirty flag set. Unfortunately, I can't
turn off the checking of the volume with chkntfs/x because
this flag can't be used on FAT32 file systems.

Any ideas?

Thanks,

Marek

>-----Original Message-----
>Try this link:
>
>http://support.microsoft.com/directory/article.asp

ID=KB;EN-US;Q218461
>
>"Marek" <(E-Mail Removed)> wrote in

message
>news:070301c3aa84$f954e000$(E-Mail Removed)...
>> Since I have installed Service Pack 4 for Windows 2000
>> along with several security updates, CHKDSK now runs

every
>> time during boot up. What is causing this and how do I
>> stop it from running on every boot?
>>
>> Thanks in advance. Marek

>
>
>.
>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      15th Nov 2003
Run Regedt32.exe, then navigate here:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
On the right side should be a value named BootExecute, which should be of
the REG_MULTI_SZ type.
Normal condition:
autocheck autochk *
(1 line)
Chkdsk scheduled:
autocheck autochk /m \??\E:
autocheck autochk *
(2 lines)

Make sure you have one line only.


"Marek" <(E-Mail Removed)> wrote in message
news:453001c3aaf6$b3cae080$(E-Mail Removed)...
> I've combed thoroughly through the hints in article 218461
> and tried several things with no success. Here is a bit
> more information about my system.
> Windows 2000, SP4, FAT32 file system, multiple boot setup
> via Boot Magic 8.0
>
> I ran chkntfs on each drive on my system and none of the
> drives report a dirty flag set. Unfortunately, I can't
> turn off the checking of the volume with chkntfs/x because
> this flag can't be used on FAT32 file systems.
>
> Any ideas?
>
> Thanks,
>
> Marek
>
> >-----Original Message-----
> >Try this link:
> >
> >http://support.microsoft.com/directory/article.asp?

> ID=KB;EN-US;Q218461
> >
> >"Marek" <(E-Mail Removed)> wrote in

> message
> >news:070301c3aa84$f954e000$(E-Mail Removed)...
> >> Since I have installed Service Pack 4 for Windows 2000
> >> along with several security updates, CHKDSK now runs

> every
> >> time during boot up. What is causing this and how do I
> >> stop it from running on every boot?
> >>
> >> Thanks in advance. Marek

> >
> >
> >.
> >



 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      18th Dec 2003
Yesterday I fixed the very same condition on my own PC,
using my own recipe. Please post the contents of the
key I mentiond.


"Marek" <(E-Mail Removed)> wrote in message
news:022501c3c588$c9579450$(E-Mail Removed)...
> I have the Normal condition in my registry:
> autocheck autochk *
>
> Yet, windows keeps running chkdsk at every startup.
>
> >-----Original Message-----
> >Run Regedt32.exe, then navigate here:
> >HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Sessio

> n Manager
> >On the right side should be a value named BootExecute,

> which should be of
> >the REG_MULTI_SZ type.
> >Normal condition:
> > autocheck autochk *
> > (1 line)
> >Chkdsk scheduled:
> > autocheck autochk /m \??\E:
> > autocheck autochk *
> > (2 lines)
> >
> >Make sure you have one line only.
> >
> >
> >"Marek" <(E-Mail Removed)> wrote in

> message
> >news:453001c3aaf6$b3cae080$(E-Mail Removed)...
> >> I've combed thoroughly through the hints in article

> 218461
> >> and tried several things with no success. Here is a bit
> >> more information about my system.
> >> Windows 2000, SP4, FAT32 file system, multiple boot

> setup
> >> via Boot Magic 8.0
> >>
> >> I ran chkntfs on each drive on my system and none of the
> >> drives report a dirty flag set. Unfortunately, I can't
> >> turn off the checking of the volume with chkntfs/x

> because
> >> this flag can't be used on FAT32 file systems.
> >>
> >> Any ideas?
> >>
> >> Thanks,
> >>
> >> Marek
> >>
> >> >-----Original Message-----
> >> >Try this link:
> >> >
> >> >http://support.microsoft.com/directory/article.asp?
> >> ID=KB;EN-US;Q218461
> >> >
> >> >"Marek" <(E-Mail Removed)> wrote in
> >> message
> >> >news:070301c3aa84$f954e000$(E-Mail Removed)...
> >> >> Since I have installed Service Pack 4 for Windows

> 2000
> >> >> along with several security updates, CHKDSK now runs
> >> every
> >> >> time during boot up. What is causing this and how do

> I
> >> >> stop it from running on every boot?
> >> >>
> >> >> Thanks in advance. Marek
> >> >
> >> >
> >> >.
> >> >

> >
> >
> >.
> >



 
Reply With Quote
 
Marek
Guest
Posts: n/a
 
      19th Dec 2003
This is the contents I see when I go under
Binary Editor data:
6100750074006F0063006800650063006B0020006100750074006F00630
068006B0020002A0000000000

Dword Editor data:
750061

Is this what you had in mind?

Thanks,

Marek

>-----Original Message-----
>Yesterday I fixed the very same condition on my own PC,
>using my own recipe. Please post the contents of the
>key I mentiond.
>
>
>"Marek" <(E-Mail Removed)> wrote in

message
>news:022501c3c588$c9579450$(E-Mail Removed)...
>> I have the Normal condition in my registry:
>> autocheck autochk *
>>
>> Yet, windows keeps running chkdsk at every startup.
>>
>> >-----Original Message-----
>> >Run Regedt32.exe, then navigate here:

>>

>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Sessio
>> n Manager
>> >On the right side should be a value named BootExecute,

>> which should be of
>> >the REG_MULTI_SZ type.
>> >Normal condition:
>> > autocheck autochk *
>> > (1 line)
>> >Chkdsk scheduled:
>> > autocheck autochk /m \??\E:
>> > autocheck autochk *
>> > (2 lines)
>> >
>> >Make sure you have one line only.
>> >
>> >
>> >"Marek" <(E-Mail Removed)> wrote in

>> message
>> >news:453001c3aaf6$b3cae080$(E-Mail Removed)...
>> >> I've combed thoroughly through the hints in article

>> 218461
>> >> and tried several things with no success. Here is a

bit
>> >> more information about my system.
>> >> Windows 2000, SP4, FAT32 file system, multiple boot

>> setup
>> >> via Boot Magic 8.0
>> >>
>> >> I ran chkntfs on each drive on my system and none of

the
>> >> drives report a dirty flag set. Unfortunately, I

can't
>> >> turn off the checking of the volume with chkntfs/x

>> because
>> >> this flag can't be used on FAT32 file systems.
>> >>
>> >> Any ideas?
>> >>
>> >> Thanks,
>> >>
>> >> Marek
>> >>
>> >> >-----Original Message-----
>> >> >Try this link:
>> >> >
>> >> >http://support.microsoft.com/directory/article.asp?
>> >> ID=KB;EN-US;Q218461
>> >> >
>> >> >"Marek" <(E-Mail Removed)> wrote

in
>> >> message
>> >> >news:070301c3aa84$f954e000$(E-Mail Removed)...
>> >> >> Since I have installed Service Pack 4 for Windows

>> 2000
>> >> >> along with several security updates, CHKDSK now

runs
>> >> every
>> >> >> time during boot up. What is causing this and how

do
>> I
>> >> >> stop it from running on every boot?
>> >> >>
>> >> >> Thanks in advance. Marek
>> >> >
>> >> >
>> >> >.
>> >> >
>> >
>> >
>> >.
>> >

>
>
>.
>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      19th Dec 2003
Exactly, and this is the way it is on my machine. Sorry, I have
no further tricks up my sleve.


"Marek" <(E-Mail Removed)> wrote in message
news:07e601c3c60a$5ae81e40$(E-Mail Removed)...
> This is the contents I see when I go under
> Binary Editor data:
> 6100750074006F00 6300680065006300 6B00200061007500 74006F00630
> 06800 6B0020002A0000000000
>
> Dword Editor data:
> 750061
>
> Is this what you had in mind?
>
> Thanks,
>
> Marek
>
> >-----Original Message-----
> >Yesterday I fixed the very same condition on my own PC,
> >using my own recipe. Please post the contents of the
> >key I mentiond.
> >
> >
> >"Marek" <(E-Mail Removed)> wrote in

> message
> >news:022501c3c588$c9579450$(E-Mail Removed)...
> >> I have the Normal condition in my registry:
> >> autocheck autochk *
> >>
> >> Yet, windows keeps running chkdsk at every startup.
> >>
> >> >-----Original Message-----
> >> >Run Regedt32.exe, then navigate here:
> >>

> >HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Sessio
> >> n Manager
> >> >On the right side should be a value named BootExecute,
> >> which should be of
> >> >the REG_MULTI_SZ type.
> >> >Normal condition:
> >> > autocheck autochk *
> >> > (1 line)
> >> >Chkdsk scheduled:
> >> > autocheck autochk /m \??\E:
> >> > autocheck autochk *
> >> > (2 lines)
> >> >
> >> >Make sure you have one line only.
> >> >
> >> >
> >> >"Marek" <(E-Mail Removed)> wrote in
> >> message
> >> >news:453001c3aaf6$b3cae080$(E-Mail Removed)...
> >> >> I've combed thoroughly through the hints in article
> >> 218461
> >> >> and tried several things with no success. Here is a

> bit
> >> >> more information about my system.
> >> >> Windows 2000, SP4, FAT32 file system, multiple boot
> >> setup
> >> >> via Boot Magic 8.0
> >> >>
> >> >> I ran chkntfs on each drive on my system and none of

> the
> >> >> drives report a dirty flag set. Unfortunately, I

> can't
> >> >> turn off the checking of the volume with chkntfs/x
> >> because
> >> >> this flag can't be used on FAT32 file systems.
> >> >>
> >> >> Any ideas?
> >> >>
> >> >> Thanks,
> >> >>
> >> >> Marek
> >> >>
> >> >> >-----Original Message-----
> >> >> >Try this link:
> >> >> >
> >> >> >http://support.microsoft.com/directory/article.asp?
> >> >> ID=KB;EN-US;Q218461
> >> >> >
> >> >> >"Marek" <(E-Mail Removed)> wrote

> in
> >> >> message
> >> >> >news:070301c3aa84$f954e000$(E-Mail Removed)...
> >> >> >> Since I have installed Service Pack 4 for Windows
> >> 2000
> >> >> >> along with several security updates, CHKDSK now

> runs
> >> >> every
> >> >> >> time during boot up. What is causing this and how

> do
> >> I
> >> >> >> stop it from running on every boot?
> >> >> >>
> >> >> >> Thanks in advance. Marek
> >> >> >
> >> >> >
> >> >> >.
> >> >> >
> >> >
> >> >
> >> >.
> >> >

> >
> >
> >.
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not 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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CHKDSK runs at startup Scott-az Windows XP Help 1 5th Sep 2008 11:25 PM
Chkdsk Runs at Startup EricG Windows XP General 4 27th Jul 2008 09:32 AM
CHKDSK runs at startup =?Utf-8?B?Sm9obiBj?= Windows XP General 2 12th Oct 2007 11:28 PM
ChkDsk always runs on startup dave Windows XP General 3 28th Jul 2004 02:45 AM
Why Chkdsk always runs during startup? Michael Tan Windows XP Performance 1 17th Jul 2003 03:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:06 AM.