File Display Size

At the moment the file size on file details is displayed as 439 kb, 1.67 mb etc. but I would like to show the actual sizes of 450,530 and 1,756,017 etc.

I have already done this before but cannot now remember how I changed the setting, could somebody please be kind enough to remind me how it's done.

Many thanks

Change the column from Size (auto) to Size (bytes) in your Folder Formats.

Alternatively, if you're like me and like the "auto" version most of the time but occasionally want to see the exact byte sizes, you could create a button/hotkey/etc. which runs this to temporarily toggle between the two modes:

Set COLUMNSTOGGLE=sizeauto(1) Set COLUMNSTOGGLE=size(1)

Thanks Leo, it's easy when you are reminded how it's done!

I won't forget next time.