How to know wich OS config have been booted from boot.ini

  • Thread starter Thread starter J
  • Start date Start date
J

J

Hi all,

does anyboody know how to obtain the actual "config"? is there any
API?

Or how to know the boot options of a booted system?

i.e. things like if is a safe-boot, vga-mode, baudrate, debug,
debugport...


Regards

Julián
 
In the registry under System\CurrentControlSet\Control there is a value
"SystemStartOptions" that contains the selected boot information.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply




Hi all,

does anyboody know how to obtain the actual "config"? is there any
API?

Or how to know the boot options of a booted system?

i.e. things like if is a safe-boot, vga-mode, baudrate, debug,
debugport...


Regards

Julián
 
Or how to know the boot options of a booted system?

SystemStartOptions somewhere in the registry.
 
Back
Top