help me : prevent disk checking on start-up

how can i prevent disk checking on startup winxp?
b4 i use speeddisk
i scandisk
and run speedisk
a long time to defragment
but when it's finished.

I restart
winxp perform diskchecking , why
it took more than a day for this tasking

help me


i know my harddisk will be gotten bad sector soon.
but why diskchecking enable when finished speeddisk

thanks
 
You can suppress the autorunning via the registry too.
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager
BootExecute=autocheck autochk *
is the window's default value.

Example to disable for drives P: and Q: -
BootExecute=Autocheck autochk /k:p /k:Q *
This value can modified using the chkntfs cmd-line tool also-
Chkntfs P: Q: /x
 
Top