Programatic reboot from Windows to BIOS...

Anyone have any idea (or know where I can find out) how to "programatically" (via C++) reboot Windows to the BIOS/UEFI configuration screen?
Last edited on
closed account (E0p9LyTq)
ExitWindowsEx Function
http://msdn.microsoft.com/en-us/library/aa376868%28VS.85%29.aspx
closed account (E0p9LyTq)
There is also:

InitiateShutdown()
http://msdn.microsoft.com/en-us/library/aa376872(VS.85).aspx
There is no way to automatically enter the BIOS after restart.
Topic archived. No new replies allowed.