averainy's Blog
averainy
Links
Winreg
16
Oct 2023
Get Windows Installed Software by Winreg
def getInstalledProgramsFromRegistry(): registry_key =r"Software\Microsoft\Windows\CurrentVersion\Uninstall" registry_key_64bit = …