diff --git a/dlls/ntdll/nt.c b/dlls/ntdll/nt.c index 2686ad4f5ad..fc88ac6012c 100644 --- a/dlls/ntdll/nt.c +++ b/dlls/ntdll/nt.c @@ -354,6 +354,7 @@ NTSTATUS WINAPI NtQueryInformationToken( /* we need to show admin privileges ! */ tgroups->GroupCount = 1; + tgroups->Groups->Attributes = SE_GROUP_ENABLED; RtlAllocateAndInitializeSid( &sid, 2, SECURITY_BUILTIN_DOMAIN_RID,