We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56011e commit d50a2aaCopy full SHA for d50a2aa
Application/EfiDSEFix/src/main.cpp
@@ -52,7 +52,7 @@ int wmain(int argc, wchar_t** argv)
52
{
53
if (NtCurrentPeb()->OSBuildNumber >= 9200)
54
55
- CiOptionsValue = argc == 3 ? wcstoul(argv[2], nullptr, 16) : CODEINTEGRITY_OPTION_ENABLED;
+ CiOptionsValue = argc == 3 ? wcstoul(argv[2], nullptr, 16) : 0x6;
56
Printf(L"(Re)enabling DSE [g_CiOptions value = 0x%X]...\n", CiOptionsValue);
57
}
58
else
0 commit comments