Hi ! 
I have created a new administrator account in Win7, but the 
code below doesn't recognize me as admin? 
 If IsAdmin() Then 
	ConsoleWrite ("is an admin")
	Else
	ConsoleWrite ("is NOT an admin")
EndIf
 
I only get "is NOT an admin". 
Only under the main account "Administrator" does it work. 
Workaround, solution to identify if in admin group...?