UninstallView Changelog

What's new in UninstallView 1.50

May 6, 2023
  • Added 'Sort By' toolbar button.

New in UninstallView 1.48 (Jan 24, 2023)

  • Updated to stop the scanning process when you press the Esc key.

New in UninstallView 1.47 (Sep 5, 2022)

  • Fixed bug: Pressing F5 (Refresh) while loading the installed programs information caused UninstallView to crash.
  • Fixed the quick-filter text-box to copy to the clipboard when pressing Ctrl+C.
  • Fixed the default columns size in high DPI mode.

New in UninstallView 1.46 (May 5, 2022)

  • Added /Columns command-line option, which allows you to set the columns to display or the columns to export from command-line, for example:
  • UninstallView.exe /scomma c:tempinstalled-list.csv /Columns "Display Name,Display Version,Registry Time,Install Location,Uninstall String"

New in UninstallView 1.45 (Mar 20, 2022)

  • Added new quick filter option: Find a string begins with...

New in UninstallView 1.43 (Nov 24, 2021)

  • Fixed bug with the 'Choose Columns' window in high DPI mode.

New in UninstallView 1.42 (Jun 13, 2021)

  • Added option to change the sorting column from the menu (View -> Sort By). Like the column header click sorting, if you click again the same sorting menu item, it'll switch between ascending and descending order. Also, if you hold down the shift key while choosing the sort menu item, you'll get a secondary sorting.

New in UninstallView 1.41 (Mar 14, 2021)

  • Updated to work properly in high DPI mode (Toolbar and properties window).

New in UninstallView 1.40 (Oct 24, 2020)

  • Added support for exporting the installed programs to JSON file.
  • Updated the HTML export feature to HTML5.

New in UninstallView 1.38 (Aug 10, 2020)

  • Added 'Copy Clicked Cell' option to the right-click context menu, which copies to the clipboard the text of cell that you right-clicked with the mouse.

New in UninstallView 1.37 (Jun 16, 2020)

  • Added 'Copy Uninstall String' and 'Copy Quiet Uninstall String' options.
  • Fixed the /cfg command-line option to load the .cfg file from the current directory if full path is not specified.

New in UninstallView 1.36 (Apr 4, 2020)

  • Fixed to save the 'Case Sensitive' option of the Quick Filter in the .cfg file.

New in UninstallView 1.35 (Jan 8, 2020)

  • Added 'RegEdit Open Mode' option - 'Without Elevation' or 'With Elevation'.
  • Fixed the 'Open Uninstall Item In RegEdit' option to work properly when using UninstallView 32-bit on 64-bit system.

New in UninstallView 1.33 (Sep 16, 2019)

  • Added 'Case Sensitive' option to the Quick Filter window.

New in UninstallView 1.32 (Aug 31, 2019)

  • Added 'Open Install Folder In Explorer' option (Ctrl+E).

New in UninstallView 1.31 (Jul 8, 2019)

  • Fixed bug: UninstallView failed to load Windows Apps information from external profiles.
  • Fixed to display error message on the status bar when there is an error during the loading process or while running the uninstall command.

New in UninstallView 1.30 (May 29, 2019)

  • Added 'Load Windows Apps' options. When it's turned on, UninstallView displays the list of all Windows Store apps installed on your system.
  • For all Windows Apps items - the value of 'Installer Name' column is 'Microsoft Store'.

New in UninstallView 1.25 (Apr 28, 2019)

  • Added 'Add Header Line To CSV/Tab-Delimited File' option (Turned on by default).
  • Added /RunAsAdmin command-line option for running UninstallView as administrator.

New in UninstallView 1.24 (Nov 17, 2018)

  • You can now send the data to stdout by specifying empty string as filename, for example:
  • UninstallView.exe /scomma "" | more

New in UninstallView 1.23 (Sep 6, 2018)

  • UninstallView now remembers the last size/position of the Properties window.

New in UninstallView 1.22 (Mar 22, 2018)

  • Added 'Install Folder Owner' column.

New in UninstallView 1.21 (Mar 8, 2018)

  • Added 'Select All' and 'Deselect All' to the 'Column Settings' window.

New in UninstallView 1.20 (Feb 14, 2018)

  • Added new columns: 'Install Folder Created Time' and 'Install Folder Modified Time'.

New in UninstallView 1.18 (Jan 17, 2018)

  • Added 'Delete Registry Keys Of Selected Items' option (Under the File menu). This option is disabled by default. In order to enable it, read the 'Deleting Registry Keys Of Installed Software' section

New in UninstallView 1.16 (Nov 30, 2017)

  • When loading uninstall data from remote computer or external drive, the remote computer/external drive is now displayed in the window title.

New in UninstallView 1.15 (Oct 26, 2017)

  • Added /quninstallwildcard command-line option, which allows you to quietly uninstall a software by specifying wildcard, for example:
  • UninstallView.exe /quninstallwildcard "Adobe Reader*"

New in UninstallView 1.13 (Jul 31, 2017)

  • Fixed bug: UninstallView merged 2 uninstall entries (32-bit and 64-bit) into one if they had the same Registry name and the same display name but different uninstall string.

New in UninstallView 1.12 (Jul 21, 2017)

  • Added 'Put Icon On Tray' option.

New in UninstallView 1.11 (Jun 23, 2017)

  • Added 'Always On Top' option.
  • The properties window is now resizable.

New in UninstallView 1.10 (May 31, 2017)

  • Added option to choose another font (name and size) to display in the main window.
  • Added /cfg command-line option, which instructs UninstallView to use a config file in another location instead if the default config file, for example:
  • UninstallView.exe /cfg "%AppData%UninstallView.cfg"

New in UninstallView 1.05 (May 17, 2017)

  • You can now choose the desired encoding (ANSI, UTF-8, UTF-16) to save the csv/xml/text/html files. (Under the Options menu)
  • Fixed problem with exporting to csv uninstall item that its Comment field contains new-line character (Like 'Adobe Acrobat Reader DC' uninstall item).