OODBS program not found - skipping autochk

G

Guest

Any ideas why this appears during boot? Boot seems to finish normally.

How do I systematically troubleshoot this sort of problem - or eliminate it
if it isn't really a problem?

thank you!
 
J

John John

Look in the registry at:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager

and remove the OODBS string in BootExecute

John
 
G

Guest

Thank you. Deleting part of the string containing "OODBS" seems to have done
the trick. Can you share how you knew this would be safe to do?

thanks again.
 
J

John John

Under normal circumstances there should only be 2 entries in there:

autocheck autochk *

These are the entries responsible for running a chkdsk on your drive
after bad shutdowns. Other programs sometimes put entries in there also
but these other entries should usually not stay in there after they are
run. Other examples of things that sometimes end up in there:

If you try to run chkdsk on the boot volume Windows will tell you that
it can't get an exclusive lock on the disk and ask if you want to
schedule a chkdsk on the drive the next time you reboot the computer.
If you answer yes Windows will place an entry in there to run chkdsk,
the entry could look something like this:

autocheck autochk /p \??\C:

To defragment inuse system files PageDefrag by SysInternals will put
this in there to have the defragmentation done before windows starts:

pgdfgsvc C 1 -o

If you ask Windows to convert a FAT32 drive to NTFS is will put this in
there:

autocheck autoconv \DosDevices\x: /FS:NTFS

Partition Magic also at times puts entries in there and the one you had,
OODBS, belongs to O&O Defragmenter. Like PageDefrag above, it would
also probably be used to defragment files that cannot be defragmented
when Windows is running.

John
 

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

Top