Friday 27 November 2015

UserProfilesView - View User Profiles Information On Your Windows



UserProfilesView displays the list of all user profiles that you currently have in your system. For each user profile, the following information is displayed: Domain\User_Name, Profile Path, Last Load Time, Registry File Size, User SID, and more. You can save the profiles list into text / xml / html / csv file.

Versions History

Version 1.10

  • Added 'Run As Administrator' option (Ctrl+F11
  • Added 'Registry Loaded' column (Yes/No), which specifies whether the Registry key of the user is loaded into HKEY_USERS key. 
  • Added 'Logon Time' column, which specifies the logon time of the current logged on user. 
  • UserProfilesView now displays the system users that it failed to get in previous versions. 


Version 1.01  - Added command-line options for sorting. 

Version 1.00 - First release. 


System Requirements

This utility works with any version of Windows, starting from Windows 2000, and up to Windows 10.

Using UserProfilesView

UserProfilesView doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - UserProfilesView.exe

After running it, the main window will display the all of all user profiles. You can select one or more items, and then save the list into xml / html / csv / xml file. 

Command-Line Options

/stext <Filename>        :  Save the list of all profiles into a regular text file. 

/stab <Filename>          : Save the list of all profiles into a tab-delimited text file. 

/scomma <Filename>  : Save the list of all profiles into a comma-delimited text file. 

/stabular <Filename>: Save the list of all profiles into a tabular text file. 
/shtml <Filename>   : Save the list of all profiles into HTML file (Horizontal). 

/sverhtml <Filename>: Save the list of all profiles into HTML file (Vertical). 

/sxml <Filename>    : Save the list of all profiles to XML file. 

/sort <column>      : This command-line option can be used with other save options for sorting by the desired column. If you don't specify this option, the list is sorted according to the last sort that you made from the user interface. The <column> parameter can specify the column index (0 for the first column, 1 for the second column, and so on) or the name of the column, like "Profile Path" and "User Name". You can specify the '~' prefix character (e.g: "~Last Load Time") if you want to sort in descending order. You can put multiple /sort in the command-line if you want to sort by multiple columns. 

Examples: 
UserProfilesView.exe.exe /shtml "f:\temp\profiles.html" /sort 2 /sort ~1 
UserProfilesView.exe.exe /shtml "f:\temp\profiles.html" /sort "User Name" 

/nosort                                  :  When you specify this command-line option, the list will be saved without any sorting.      

No comments:

Post a Comment