Video Tutorials
I’m making tentative steps to producing a series of tutorial videos. Check out the first one here: https://www.bitchute.com/channel/desktop-info/ This is just one day of learning how to do this so don’t be too harsh.
I’m making tentative steps to producing a series of tutorial videos. Check out the first one here: https://www.bitchute.com/channel/desktop-info/ This is just one day of learning how to do this so don’t be too harsh.
Change 1: Added the ‘key’ option to FILE2TEXT to retrieve a single value from a file. Change 2: Allow absolute path in language file option. Change 3: Added user variables to the WMI query. Change 4: Fixed crash due to null property in WMI results.
Fixed an ugly display bug in the WMI number transform.
Change 1: Added line-spacing to [options]. This controls the number of pixels between rows so you can squeeze it closer together or spread it out. Change 2: Fixed csv bug duplicating header cells. Change 3: Added maxrows and %rowcount% to the WMI item. In addition to limiting the output of the WMI display, it also …
This release has no major architectural changes, yay! There’s some minor tweaks to smooth out the navigation buttons and paging, some new tools and bug fixes and a change to how monitor-mode works. If you use the monitor-mode option you’ll need to check out the changes. Change 1: Fixed REGISTRY so it can read “read …
December 2018 There are two important architectural changes in this release: I’ve moved the data collection code into a thread to allow the gui to be more responsive. This has the side effect of raising the memory footprint slightly. Secondly, I’ve added a background process to collect 64 bit metrics. This is controlled from the …
November 2018 Change 1: Fixed bug with FIXEDDISK and NETWORKADAPTER spinning out of control under Chinese Windows. Change 2: Continue the Unicode work. Change 3: Added reference English language file. Change 4: Fixed handle leak in ProcessMem, TopProcess and registry routines. Change 5: Fixed bug in bar chart when only one data point is available.
Version v1.10.1 Change 1: Fixed bug with logo not updating after ini change. Change 2: Fixed bug with not aligning correctly when the ‘bottom’ option is used. Change 3: Fixed contextmenu option not working. Change 4: More work converting internal routines to Unicode. Change 5: I believe I’ve resolved the stability issues. If you leave …
Version v1.10.0 November 2018 Important changes from v1.8.0 and v1.9.0: In those versions I started moving config options out of the main ini file and into separate language files. I’m not happy with the way that’s working out so I’ve returned to making the desktopinfo.ini file the primary configuration file and the language files will …
Version v1.9.2 ————– October 2018 Change 1: Fixed some fatal issues with the FILE/REGISTRY/EVENT monitor items. Change 2: Fixed formcolor bug.