aboutsummaryrefslogtreecommitdiff
path: root/Application/EfiDSEFix/src/main.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
* EfiDSEFix: print help text on invalid usageMatthijs Lavrijsen2023-05-31
|
* EfiDSEFix -c: error message wordingMatthijs Lavrijsen2023-03-17
| | | | Reference: #60
* Misc. warning fixesMatthijs Lavrijsen2023-03-13
|
* EfiDSEFix: add "-r" command to read the value of g_CiOptionsMatthijs Lavrijsen2023-02-27
|
* EfiDSEFix: add /SUBSYSTEM:NATIVE project configurationMatthijs Lavrijsen2022-04-21
| | | | Closes #51
* EfiDSEFix: on Windows >= 8, use a different default g_CiOptions valuev1.0.1Mattiwatti2019-03-30
| | | | Fixes #1
* EfiDSEFix: read input value for '--enable' as hex to match '--disable'Mattiwatti2019-03-30
|
* Initial commitv1.0Mattiwatti2019-03-25