You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@deajan I noticed that the get_installed_software() flow only lists the applications that were installed for all users or for the current user, In my use case I want to list all the applications for all the users.
This is possible by integrating the HKEY_USERS SID in the registry and doing the same logic by listing the {SID}\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall.
Will you accept a PR to add this? if so how would you suggest doing so since this can only work if the current user is admin.
The text was updated successfully, but these errors were encountered:
@deajan I noticed that the
get_installed_software()
flow only lists the applications that were installed for all users or for the current user, In my use case I want to list all the applications for all the users.This is possible by integrating the
HKEY_USERS
SID in the registry and doing the same logic by listing the{SID}\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
.Will you accept a PR to add this? if so how would you suggest doing so since this can only work if the current user is admin.
The text was updated successfully, but these errors were encountered: