Vista/Win7 priveledge Token "SeIncreaseBasePriorityPrivilege"

Bloqueada Vista/Win7 priveledge Token "SeIncreaseBasePriorityPrivilege"

  • Tuesday, February 15, 2011 3:30 PM
     
     

    Hello,

    I deal now with SeIncreaseBasePriorityPrivilege (Increase scheduling priority) Token on Win7 and I my local User is on the Administrators Group. The local security has the Administrators Group by default on "Increase scheduling priority"

    1) I do not see by default following tokens using OpenProcessToken(GetCurrentProcess, TOKEN_QUERY, TokenHandle));

    Token count: 5
    SeShutdownPrivilege [Off]
    SeChangeNotifyPrivilege [On  On-ByDefault]
    SeUndockPrivilege [Off]
    SeIncreaseWorkingSetPrivilege [Off]
    SeTimeZonePrivilege [Off]

    and I am missing the token for Increase scheduling priority

    2) Using with SeIncreaseBasePriorityPrivilege

    OpenProcessToken(GetCurrentProcess, TOKEN_Read, Token);

    and

    PrivilegeCheck(Token, TokenPriv, Res);

    results with token attributes 0x18FDA8

    My problem is that I do not find any meaning & documentation for those attributes above 0x7

    While this is complete different then given as in Windows XP

    What I currently understand: the token must be visible (present) for enable (switch on) of a given token.  

    Any help is welcome, or do I miss something?

    Hp

     

     

     

    • Moved by Max Wang_Chinasoft Thursday, April 28, 2011 5:34 PM forum consolidation (From:Developer Discussions)
    •  

All Replies

  • Tuesday, February 22, 2011 11:57 AM
     
     

     

    Do I asked within the wrong forum ???

    Any help regaring SeIncreaseBasePriorityPrivilege for Vista/Windows 7 ?

    Hp