Getting the Product ID in Windows.
Getting the Product ID in Windows.
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!
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?
-
dell_jockey
- Enthusiast

- Posts: 767
- Joined: Sat Jan 24, 2004 6:56 pm
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.
from then on, you read from them much like you would on a running system.
