OpenWiki

Registration Key Entry


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion?\ProductKey?

Manual Way
find "ProductKey" c:\windows\system.dat

More Automation
@echo off
start /w regedit /e key.txt HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
type key.txt|find "ProductKey">mykey.txt
del key.txt

Front Page | Recent Changes | Title Index | User Preferences | Random Page | Help
Edit this page | Attachments (0)
Print this page | View XML
Find page by browsing, searching or an index
Edited February 14, 2005 (diff)
Valid XHTML 1.0!Valid CSS!