[SYSSETUP] Rename defltws.inf to defltwk.inf

This commit is contained in:
Eric Kohl 2021-01-01 11:14:28 +01:00
parent 1627e44637
commit 8de143e058

View file

@ -595,7 +595,7 @@ InstallSecurity(VOID)
// if (IsServer()) // if (IsServer())
// pszSecurityInf = L"defltsv.inf"; // pszSecurityInf = L"defltsv.inf";
// else // else
pszSecurityInf = L"defltws.inf"; pszSecurityInf = L"defltwk.inf";
InstallBuiltinAccounts(); InstallBuiltinAccounts();