running naive applications in 2003/Vista

I want to run an application at a time when the disk is not yet in use; basically at chkdsk time.

simply adding ‘NtNATIIVE’ to
HKLM/SYSTEM/CurrentControlset/Control/Session Manager/Bootexecute

does work for NT/Win2K/WinXP, but does nothing on 2003 and Vista

is there a trick around this ?

The BootExecute value is a REG_MULTI_SZ, and sometimes it get’s
corrupted. You might want to try recreating it, ensuring that the
default autochk value is there as well.

It’s of course totally possible that there is an additional problem
here, but this might be a place to start.

Good luck,

mm
xxxxx@drivesnapshot.de wrote:

I want to run an application at a time when the disk is not yet in use; basically at chkdsk time.

simply adding ‘NtNATIIVE’ to
HKLM/SYSTEM/CurrentControlset/Control/Session Manager/Bootexecute

does work for NT/Win2K/WinXP, but does nothing on 2003 and Vista

is there a trick around this ?