Reputation: 598
I'm trying to get a detailed list (containing name, size, and last modified) of all user profile on a local machine. I can find the information by going to Computer->Properties->Advanced->(user profiles)Settings and i'm trying to find a way to pull in that information into my c# program. Thanks for the help!
Upvotes: 1
Views: 2457
Reputation: 821
Also check WMI Classes and System.Management Namespace to study about management information and events.
Upvotes: 1