diff --git a/win_build/installerv2/redist/Windows/Win32/boinccas.dll b/win_build/installerv2/redist/Windows/Win32/boinccas.dll index c155f50ac3..22e2e208e6 100644 Binary files a/win_build/installerv2/redist/Windows/Win32/boinccas.dll and b/win_build/installerv2/redist/Windows/Win32/boinccas.dll differ diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CARevokeBOINCMasterRights.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CARevokeBOINCMasterRights.cpp index 555d24ab3c..37cfbf7ba1 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CARevokeBOINCMasterRights.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CARevokeBOINCMasterRights.cpp @@ -100,7 +100,7 @@ UINT CARevokeBOINCMasterRights::OnExecution() GrantUserRight(pSid, L"SeInteractiveLogonRight", FALSE); GrantUserRight(pSid, L"SeServiceLogonRight", FALSE); GrantUserRight(pSid, L"SeDenyNetworkLogonRight", FALSE); - GrantUserRight(pSid, L"SeDenyInteractiveLogonRight", TRUE); + GrantUserRight(pSid, L"SeDenyInteractiveLogonRight", FALSE); GrantUserRight(pSid, L"SeDenyBatchLogonRight", FALSE); GrantUserRight(pSid, L"SeDenyServiceLogonRight", FALSE); GrantUserRight(pSid, L"SeDenyRemoteInteractiveLogonRight", FALSE); diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CARevokeBOINCProjectsRights.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CARevokeBOINCProjectsRights.cpp index 73515a0488..3858ac349a 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CARevokeBOINCProjectsRights.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CARevokeBOINCProjectsRights.cpp @@ -99,7 +99,6 @@ UINT CARevokeBOINCProjectsRights::OnExecution() GrantUserRight(pSid, L"SeDenyServiceLogonRight", FALSE); GrantUserRight(pSid, L"SeDenyRemoteInteractiveLogonRight", FALSE); - // Privileges GrantUserRight(pSid, L"SeTcbPrivilege", FALSE); GrantUserRight(pSid, L"SeMachineAccountPrivilege", FALSE); @@ -129,7 +128,6 @@ UINT CARevokeBOINCProjectsRights::OnExecution() GrantUserRight(pSid, L"SeShutdownPrivilege", FALSE); GrantUserRight(pSid, L"SeSynchAgentPrivilege", FALSE); GrantUserRight(pSid, L"SeTakeOwnershipPrivilege", FALSE); - } else { diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CARevokeBOINCUsersRights.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CARevokeBOINCUsersRights.cpp index 0d18007add..5244f1946d 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CARevokeBOINCUsersRights.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CARevokeBOINCUsersRights.cpp @@ -105,11 +105,11 @@ UINT CARevokeBOINCUsersRights::OnExecution() GrantUserRight(pSid, L"SeMachineAccountPrivilege", FALSE); GrantUserRight(pSid, L"SeIncreaseQuotaPrivilege", FALSE); GrantUserRight(pSid, L"SeBackupPrivilege", FALSE); - GrantUserRight(pSid, L"SeChangeNotifyPrivilege", TRUE); + GrantUserRight(pSid, L"SeChangeNotifyPrivilege", FALSE); GrantUserRight(pSid, L"SeSystemTimePrivilege", FALSE); GrantUserRight(pSid, L"SeCreateTokenPrivilege", FALSE); GrantUserRight(pSid, L"SeCreatePagefilePrivilege", FALSE); - GrantUserRight(pSid, L"SeCreateGlobalPrivilege", TRUE); + GrantUserRight(pSid, L"SeCreateGlobalPrivilege", FALSE); GrantUserRight(pSid, L"SeDebugPrivilege", FALSE); GrantUserRight(pSid, L"SeEnableDelegationPrivilege", FALSE); GrantUserRight(pSid, L"SeRemoteShutdownPrivilege", FALSE); @@ -124,12 +124,11 @@ UINT CARevokeBOINCUsersRights::OnExecution() GrantUserRight(pSid, L"SeProfileSingleProcessPrivilege", FALSE); GrantUserRight(pSid, L"SeSystemProfilePrivilege", FALSE); GrantUserRight(pSid, L"SeUndockPrivilege", FALSE); - GrantUserRight(pSid, L"SeAssignPrimaryTokenPrivilege", TRUE); + GrantUserRight(pSid, L"SeAssignPrimaryTokenPrivilege", FALSE); GrantUserRight(pSid, L"SeRestorePrivilege", FALSE); GrantUserRight(pSid, L"SeShutdownPrivilege", FALSE); GrantUserRight(pSid, L"SeSynchAgentPrivilege", FALSE); GrantUserRight(pSid, L"SeTakeOwnershipPrivilege", FALSE); - } else { diff --git a/win_build/installerv2/redist/Windows/x64/boinccas.dll b/win_build/installerv2/redist/Windows/x64/boinccas.dll index 8ea9a6b63d..1e4e16eb45 100644 Binary files a/win_build/installerv2/redist/Windows/x64/boinccas.dll and b/win_build/installerv2/redist/Windows/x64/boinccas.dll differ