removing runonce option

Hi all,

I am using Walter oney’s sample of Autolaunch project, to launch an
application during the loading of driver…

it’s was described to use

net stop autolaunch
autolaunch -unregister

when uninstalling

autolaunch.exe calls the startservice.dll which inturn picks up the
Application name specified in the RunOnce key…

but i uninstalled the driver without stopping the autolaunch…

Now my problem is,…My driver is not getting loaded at all…

How shall I remove the RunOnce Option settings that are registered in the
registry…

I want to know, where in the registry the applciation to run on loading
the driver is registered…

I checeked the RunOnce Key in the registry, but I couldn’t find the
application’s name…