Page 1 of 1

Getting the Product ID in Windows.

Posted: Wed Nov 23, 2005 7:05 am
by cbailey
The name says it all :). Looking for a way to get the Windows Product ID in PB. I want to write a small program that will tell if you have the Retail, OEM, or Upgrade version of Windows. Thanks!

Posted: Wed Nov 23, 2005 7:09 am
by cbailey
Oops, I forgot to mention one small problem. I want to retreive the Product ID from a non-booted drive. For example, I take the HD out of the computer, put it in a test computer, and access the PID on the non-booted drive. I know with a running windows system, it's just a matter of reading a registry key, but how do we load the hive of another HD? Or is there another way?

Posted: Thu Nov 24, 2005 1:30 am
by dell_jockey
You can load the hive(s) with http://regeditpe.sourceforge.net/
from then on, you read from them much like you would on a running system.