using System.Management, I want to just get the list of all NON system user accounts, accounts that us users have created on the local computer
how can I do this? I know how to get the user accounts but I dont want things like ASPNET/IUSR/SQLDebugger accounts etc...

what other way can I obtain just the manually created user accounts?