Hi Winterstorm,
to add a desktop context menu entry for booting into the UEFI Firmware please add the following reg keys:
Thank you very much and best regards,
Markus
to add a desktop context menu entry for booting into the UEFI Firmware please add the following reg keys:
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Firmware]
"Icon"="bootux.dll,-1016"
"MUIVerb"="Boot to UEFI Firmware Settings"
"Position"="Bottom"
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Firmware\command]
@="powershell -windowstyle hidden -command \"Start-Process cmd -ArgumentList '/s,/c,shutdown /r /fw' -Verb runAs\""
Thank you very much and best regards,
Markus