Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I tell if Home or Pro is loaded?

Status
Not open for further replies.

jamesbird

Technical User
Jun 4, 2003
216
GB
Trying to recover data from a disk that is readable but wont boot, anyone know of how I can check if the system loaded is XP Pro or XP Home? I'm guessing there's a file/ folder difrence, but cant see what it might be, any ideas??
All the best
James
 
If you can get to a point to be able to read the system hidden file C:\boot.ini, if it is the standard boot.ini file it should say in there.

--------------------------------------
"Insert funny comment in here!"
--------------------------------------
 
so as TheLad says boot to 'dos' with the CD. Then
c:\attrib -r -s -h boot.ini
C:\type boot.ini
[AND THE FOLLOWING WILL APPEAR]
[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Safe Mode" /safeboot:minimal /sos /bootlog
 
XP Pro should have a Group Policy folder in System32, XP Home will not have such a folder.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top