2

Possible Duplicate:
How can I determine the installed edition of Windows XP if the OS does not boot up?

Without being able to boot the OS that is.

I was wondering about this for awhile - I get quite a few PC's delivered to me which don't boot and mostly people can tell me what they have but every once in a while they just don't know. Of course customers never keep their CD's where they can find them...

So How do I figure out if they have Home or Professional?

Jimmy
  • 23

2 Answers2

4

Boot from a Linux Live CD such as Ubuntu, then navigate to

\windows\system32\prodspec.ini

read the ini file in a text editor.

Moab
  • 58,769
1

IF you can boot with a live CD (or usb stick) (like ubuntu or any other OS that can mount your XP disk), you can have a look in windows directory and usually you will find internet explorer install logs (IE9_main.log or IE8_main.log) or others like windows updates, dxdiag or directX install logs that will have the operating system info they detected in the beginning of their own install.

Of course this is not very automatic and probably not 100% reliable but I think you can work this way while no one come with something better. You may even use the gparted software from the ubuntu menu to repair the disk if needed (after enabling it to write to NTFS partitions).

laurent
  • 4,448