Retrieve a lost CD-Key from the registry

28 February 2003 by Snakefoot | Comment » | Trackback Off
The CD-key entered during installation is stored in the registry (and cannot be found on the install CD). One can extract the CD-key from an existing installation as it is saved as pure text in the registry, but some might find it easier to use KeyFinder.

In Windows 95 it is called Product Id:

[HKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows \CurrentVersion]
ProductID=

In Windows 98/Me it is called Product Key:

[HKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows \CurrentVersion]
ProductKey=

Note one can also use REGEDIT.EXE in DOS to extract the contents of the registry file C:\Windows\System.dat to a text registry file, and then use EDIT.EXE to search the text file for the above registry key.

Updated: 24 September 2007

Leave a comment


NB! Use the Forum for computer help and off-topic questions.

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>