Determine user's execution privilege group
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Determine user's execution privilege group
Is there a way to discover the current user's execution privilege level, such as if my user has "Administrator" access?
Re: Determine user's execution privilege group
Dirty Answer:
Code: Select all
get shell ("net localgroup administrators")
if it contains $USERNAME then
Re: Determine user's execution privilege group
For those who are also wondering when your users will be seeing a UAC popup, and at what execution levels will be needed, here is a very handy set of UAC charts.