It should work, since you have this line: 2013/1/26 -- -- <[email protected]>
> BUILTIN\Administrators Alias > S-1-5-32-544 Mandatory group, Enabled by default, Enabled > group, Group owner This is the check winser does: https://github.com/jfromaniello/winser/blob/master/bin/winser#L55 whoami /groups | findstr /c:"S-1-5-32-544" | findstr /c:"Enabled group" -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
