Skip to content

Commit 0c82b0a

Browse files
authored
Support Windows 2008/7 and above
Probably about time that we supported versions less than 10 years old :)
1 parent 023bf79 commit 0c82b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/post/windows/gather/enum_ms_product_keys.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def app_list
3131

3232
keys = [
3333
[ "HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion", "DigitalProductId" ],
34+
[ "HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion", "DigitalProductId4" ],
3435
[ "HKLM\\SOFTWARE\\Microsoft\\Office\\11.0\\Registration\\{91110409-6000-11D3-8CFE-0150048383C9}", "DigitalProductId" ],
3536
[ "HKLM\\SOFTWARE\\Microsoft\\Office\\12.0\\Registration\\{91120000-00CA-0000-0000-0000000FF1CE}", "DigitalProductId" ],
3637
[ "HKLM\\SOFTWARE\\Microsoft\\Office\\12.0\\Registration\\{91120000-0014-0000-0000-0000000FF1CE}", "DigitalProductId" ],

0 commit comments

Comments
 (0)