Maybe you can check if the user is in
@WKSTA + "\Administrators"
(Did not test this, just a guess)
 Code:
If InGroup(@WKSTA + "\Administrators")
	;Do Stuff
EndIf


Edited by Witto (2007-02-05 12:36 PM)