NetworkUsageView Changelog

What's new in NetworkUsageView 1.31

Jan 25, 2024
  • Added 'Sort By' toolbar button.

New in NetworkUsageView 1.30 (Jul 24, 2022)

  • Updated to work much faster when there are many network usage items.

New in NetworkUsageView 1.27 (Jun 30, 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:
  • NetworkUsageView.exe /Columns "Timestamp,App Name,User Name,Bytes Sent,Bytes Received"

New in NetworkUsageView 1.26 (Feb 25, 2022)

  • 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.
  • Fixed some display issues in high DPI mode.

New in NetworkUsageView 1.25 (Jan 22, 2021)

  • Added 'Bytes Counter Unit' option, which allows you to choose the unit to display the 'Bytes Sent' and 'Bytes Received' columns: Bytes, kB, KiB, MB, MiB, GB, GiB, or Automatic.
  • The bottom status bar now displays the total sent and received bytes of the selected items.

New in NetworkUsageView 1.21 (Nov 13, 2020)

  • Added 'Align Numeric Columns To Right' option.

New in NetworkUsageView 1.20 (May 7, 2020)

  • Added new columns: Network Adapter Guid, Network Adapter Luid, Connection Name.
  • Added support for retrieving the network adapter information from the Registry of the remote computer.
  • Added support for retrieving the network adapter information from the system hive of external drive.

New in NetworkUsageView 1.13 (Mar 19, 2019)

  • Added 'Add Header Line To CSV/Tab-Delimited File' option (Turned on by default).

New in NetworkUsageView 1.12 (Nov 21, 2018)

  • Added 'Save All Items' option (Shift+Ctrl+S).

New in NetworkUsageView 1.11 (Sep 24, 2018)

  • You can now send the data to stdout by specifying empty string as filename, for example:
  • NetworkUsageView.exe /scomma "" | more
  • The properties window is now resizable. You can now resize the properties window, and the last size/position of this window is saved in the .cfg file.

New in NetworkUsageView 1.10 (Feb 8, 2018)

  • Added new display modes: 'Display summary by app', 'Display summary by user', 'Display summary by app And user'. You can choose them from the 'Advanced Options' window (F9).
  • Added 'App ID' column.
  • Fixed bug: On some systems, NetworkUsageView failed to access the SRUDB.dat database but didn't offer the user to run it as admin for accessing the file.

New in NetworkUsageView 1.07 (Dec 17, 2017)

  • Added new options to the 'Quick Filter' feature.

New in NetworkUsageView 1.06 (Oct 15, 2017)

  • Added option to choose another font (name and size) to display in the main window.

New in NetworkUsageView 1.05 (Aug 31, 2017)

  • You can now use any variable inside the .cfg file as command-line parameter in order to set the configuration from command line, for example - the following command processes external SRUDB.dat database and exports the result into .csv file: NetworkUsageView.exe /LoadFrom 2 /ExternalFilename "c:tempSRUDB64.dat" /scomma c:tempnuv.csv