https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8de143e058c59b6e36d07e...
commit 8de143e058c59b6e36d07ec24922009898350592 Author: Eric Kohl eric.kohl@reactos.org AuthorDate: Fri Jan 1 11:14:28 2021 +0100 Commit: Eric Kohl eric.kohl@reactos.org CommitDate: Fri Jan 1 11:14:28 2021 +0100
[SYSSETUP] Rename defltws.inf to defltwk.inf --- dll/win32/syssetup/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/syssetup/security.c b/dll/win32/syssetup/security.c index 34bd9e4c987..aeba7229bac 100644 --- a/dll/win32/syssetup/security.c +++ b/dll/win32/syssetup/security.c @@ -595,7 +595,7 @@ InstallSecurity(VOID) // if (IsServer()) // pszSecurityInf = L"defltsv.inf"; // else - pszSecurityInf = L"defltws.inf"; + pszSecurityInf = L"defltwk.inf";
InstallBuiltinAccounts();