Find local user account
I need to determine whether or not a computer has a local account with a specific name, ie "Manage". Any ideas?
4 posts
EnumRegKey $0 HKU "Manage" "0"
StrCmp $0 0 NoManage
#Enter the code to run when have a user with the name Manage
NoManage: If NO, sorry, I can't help.