Skip to content

Commit

Permalink
Update winregistry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shpaker authored Nov 22, 2024
1 parent 09867d3 commit 2531a0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions winregistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
winreg.HKEY_CURRENT_USER: ('HKCU', 'HKEY_CURRENT_USER'),
winreg.HKEY_LOCAL_MACHINE: ('HKLM', 'HKEY_LOCAL_MACHINE'),
winreg.HKEY_USERS: ('HKU', 'HKEY_USERS'),
winreg.HKEY_PERFORMANCE_DATA: ('HKPD', 'HKEY_PERFORMANCE_DATA'),
winreg.HKEY_CURRENT_CONFIG: ('HKCC', 'HKEY_CURRENT_CONFIG'),
winreg.HKEY_DYN_DATA: ('HKDD', 'HKEY_DYN_DATA'),
}.items()
for value in values
}
Expand Down

0 comments on commit 2531a0e

Please sign in to comment.