I have a program that modifies the boot.ini on windows XP.
However the problem is windows Vista went to the BCDEDIT utility the boot.ini was eliminated. The BCDEDIT tool is a command line tool.
IS there a way to program vb.net to use bcdedit and pass several different commands to it so that I can make the same changes in Vista

I want to change to these values from there defaults

Timeout =1
and
noexecute = AlwaysOff

How can I do this ?