Are there any functions in kernel32.dll, user32.dll, advapi32.dll or in some other .dll that can remove a local user account from the Administrators group?
Are there any functions in kernel32.dll, user32.dll, advapi32.dll or in some other .dll that
Share
You seem to be looking for NetLocalGroupDelMembers(), which resides in
netapi32.dll.