aboutsummaryrefslogtreecommitdiff
path: root/Application/EfiDSEFix/src/sysinfo.cpp
Commit message (Collapse)AuthorAge
* EfiDSEFix: do not request UAC elevation in manifestMatthijs Lavrijsen2023-10-14
| | | | | | This works around a Windows Shell issue when launching console applications that require admin elevation (this includes EfiDSEFix) from an unelevated command prompt while having UAC enabled. Fixes #75
* EfiGuardDxe: disable VBS for the current bootMatthijs Lavrijsen2023-03-16
| | | | | | | This prevents a bugcheck on Windows 10 and later when VBS is enabled, which was made the default setting in Windows 11. Additionally, EfiDSEFix will not proceed if it detects that VBS is still unexpectedly running (meaning either EfiGuardDxe was never loaded, or it failed to disable VBS). Fixes #59
* EfiDSEFix -i: print CI option values and IUM statusMatthijs Lavrijsen2023-03-13
|
* Initial commitv1.0Mattiwatti2019-03-25