[Improvement idea] setuphelpers_windows function installed_users_softwares()
Published: March 16, 2023 - 10:07
Hello everyone,
First of all, congratulations on the product, which is truly excellent and life-changing.

I wanted to give you a little feedback and a request for improvement of setuphelpers_windows.
A brief context:
It has happened several times (with or without wapt) that users did not have administrator rights to perform a software update.
And there are sneaky software programs like Firefox (maybe Thunderbird too?), Mattermost and others I can't remember, which don't block and continue to install directly into APPDATA\local.
With older Microsoft operating systems, the installation stopped there, but since Windows 10 (I think) the program appears in the "Add/Remove Programs" panel.
But the installed_softwares function doesn't retrieve it because it looks in the registry, the node
However, these malicious programs are "registered" directly in the node
Therefore, would it be wise to create a variation of the installed_softwares() function as installed_users_softwares() or to integrate the scanning of HKEY_USERS?
This would help us to have/restore an even cleaner park
Thank you in advance for your feedback.
Good day.
Baptiste
First of all, congratulations on the product, which is truly excellent and life-changing.
I wanted to give you a little feedback and a request for improvement of setuphelpers_windows.
A brief context:
It has happened several times (with or without wapt) that users did not have administrator rights to perform a software update.
And there are sneaky software programs like Firefox (maybe Thunderbird too?), Mattermost and others I can't remember, which don't block and continue to install directly into APPDATA\local.
With older Microsoft operating systems, the installation stopped there, but since Windows 10 (I think) the program appears in the "Add/Remove Programs" panel.
But the installed_softwares function doesn't retrieve it because it looks in the registry, the node
Code: Select all
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Current Version\UninstallCode: Select all
HKEY_CURRENT_USER\SOFTWARE\.... et donc pour chacun des users HKEY_USERS\monssid\SOFTWARE\...This would help us to have/restore an even cleaner park
Thank you in advance for your feedback.
Good day.
Baptiste