http://theroadtodelphi.wordpress.com/2013/02/19/how-distinguish-when-windows-was-installed-in-legacy-bios-or-uefi-mode-using-delphi/ Get link Facebook X Pinterest Email Other Apps - February 19, 2013 http://theroadtodelphi.wordpress.com/2013/02/19/how-distinguish-when-windows-was-installed-in-legacy-bios-or-uefi-mode-using-delphi/ Get link Facebook X Pinterest Email Other Apps Comments Lars FosdalFebruary 19, 2013 at 11:18 PMWill you need local admin rights to read the UEFI?ReplyDeleteRepliesReplyRodrigo RuzFebruary 20, 2013 at 6:01 AMNo, but your App needs the SeSystemEnvironment Privilege in order to use the GetFirmwareEnvironmentVariable and SetFirmwareEnvironmentVariable functions.ReplyDeleteRepliesReplyLars FosdalFebruary 20, 2013 at 6:04 AMDoes those require elevation over regular user level?ReplyDeleteRepliesReplyRodrigo RuzFebruary 20, 2013 at 6:15 AMYes , if you are using a standard user you must use elevation.ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
Will you need local admin rights to read the UEFI?
ReplyDeleteNo, but your App needs the SeSystemEnvironment Privilege in order to use the GetFirmwareEnvironmentVariable and SetFirmwareEnvironmentVariable functions.
ReplyDeleteDoes those require elevation over regular user level?
ReplyDeleteYes , if you are using a standard user you must use elevation.
ReplyDelete