https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d28d2eb5f825f2b9b8bf1d...
commit d28d2eb5f825f2b9b8bf1ddfadc0e234299ef7e2 Author: George Bișoc george.bisoc@reactos.org AuthorDate: Thu Mar 25 10:21:13 2021 +0100 Commit: George Bișoc george.bisoc@reactos.org CommitDate: Tue Apr 27 12:25:03 2021 +0200
[BOOTDATA] Include EveryoneIncludesAnonymous registry value on Lsa system key
For further information https://docs.microsoft.com/en-us/windows/win32/api/securitybaseapi/nf-securi... --- boot/bootdata/hivesys.inf | 1 + 1 file changed, 1 insertion(+)
diff --git a/boot/bootdata/hivesys.inf b/boot/bootdata/hivesys.inf index fc218fed6a6..28b89e2c115 100644 --- a/boot/bootdata/hivesys.inf +++ b/boot/bootdata/hivesys.inf @@ -894,6 +894,7 @@ HKLM,"SYSTEM\CurrentControlSet\Control\Keyboard Layout\DosKeybIDs","00020408",2,
; Lsa HKLM,"SYSTEM\CurrentControlSet\Control\Lsa","Authentication Packages",0x00010000,"msv1_0" +HKLM,"SYSTEM\CurrentControlSet\Control\Lsa","EveryoneIncludesAnonymous",0x00010001,0 HKLM,"SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy","Enabled",0x00010001,0
; Network