Click or drag to resize

ShellBrowserIsAdmin Method

Checks whether the user is admin or not. In Vista or later: Determines whether application is running with elevated rights (UAC) or not.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public static bool IsAdmin()

Return Value

Type: Boolean
True if current user has administrator-rights; false if not
See Also