Is the Current Windows user a Computer Administrator (programmatically check from Delphi)?
Is the Current Windows user a Computer Administrator (programmatically check from Delphi)? Monday April 5, 2010in Delphi TIPS :: In Windows there are two main types of user acount types: “Computer Administrator” and “Limited”. If you need to check, from your Delphi application, if the currently logged user is an administrator or a member of the Administrators group, use the “IsWindowsAdmin” function… Read the full article to learn how to Check if the Current Windows User is Windows Administrator Related: • Programmatically Detect the MyDocuments Folder for the Current Windows User • Get Computer Name • Get Current Windows User Name Comments (3)See All P
in Delphi TIPS :: In Windows there are two main types of user acount types: “Computer Administrator” and “Limited”. If you need to check, from your Delphi application, if the currently logged user is an administrator or a member of the Administrators group, use the “IsWindowsAdmin” function… Read the full article to learn how to Check if the Current Windows User is Windows Administrator Related: • Programmatically Detect the MyDocuments Folder for the Current Windows User • Get Computer Name • Get Current Windows User Name Comments (3)See All Posts