[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())
// pszSecurityInf = L"defltsv.inf";
// else
pszSecurityInf = L"defltws.inf";
pszSecurityInf = L"defltwk.inf";
InstallBuiltinAccounts();