I'm looking to change 3 values on boot that are Startup and Recovery parameters in Windows using a script or command-line binary.
1. Time to display list of operating systems:
2. Time to display recovery options when needed:
3: Write debugging information
I know for 1), you can use bcdedit /timeout 10 to change the value to 10 seconds. But I'm at a loss to figure out how to use bcdedit to modify the latter two. Any assistance would be greatly appreciated. References I've used to try and T/S this on my own:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff542202(v=vs.85).aspx
http://technet.microsoft.com/en-us/library/cc731662(v=ws.10).aspx
http://technet.microsoft.com/en-us/library/cc709667(v=ws.10).aspx