Released Horodruin 2024.08.797.0

Released a new shiny version: – fixed & improved support for LFN (long file names). – [copy engine] fixed SetFileAttrs false-error reports. – [ui] fixed minor configuration problems for temporary files usage. – minor fixes & enhancements. link

Released Horodruin 2024.06.784.0

Released a new version: – added platform detection and processing for executable files (see help file for details). – [source properties] minor UI improvements. – [collected data viewer] improved ‘Get Data’ processing. – [collected data viewer] minor UI improvements. – minor fixes and enhancements. link

Released Horodruin 2024.05.772.0

Released a new ‘service’ release: – fixed folder changes notifications issues. – improved system error reporting. – minor fixes & improvements. – now the setup also has 32 bits support (for 32 bits windows only) link

HOWTO install ‘winget’ from command line

Sometimes we might need to use the amazing ‘winget’ command where it isn’t available (for example from a Windows Sandbox, …). The few steps below will solve this problem. The installation process To install ‘winget’ command, you will need to download C++ Runtime framework packages for Desktop Bridge from MS, selecting the proper package (x86, x64, …) from the ‘How to install and update Desktop … Continue reading HOWTO install ‘winget’ from command line »

Released sys_minion 2024.03.91.0

[OEM drivers repository] items are now properly sorted by default. [OEM drivers repository] fixed drivers’ exception minor problems. [system log] fixed parser problems. minor enhancements and improvements. Home Page

HOWTO setup and use OpenSSL local CA capabilities

Some weeks ago, to debug one of my programs, I needed my certification authority to produce my certificates, because self-signed certificates cannot be used anymore. After some days of investigations, I tracked down the process of setting up a local certification authority to produce all needed certificates using OpenSSL.exe (included in the library package) using the included OpenSSL.cfg. step 1 – create the needed folder-tree … Continue reading HOWTO setup and use OpenSSL local CA capabilities »