Determine Win7 version from file

Ryland

Platinum Member
Aug 9, 2001
2,810
13
81
Is there a way to determine what version of windows was on a non-bootable computer if you can look at the drive contents?

Edit: Im thinking along the lines of how you can do this in linux by looking at a file.
 
Last edited:

ViRGE

Elite Member, Moderator Emeritus
Oct 9, 1999
31,516
167
106
If you have any tools that will load the registry, under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion the ProductName string will have what you seek.
 

classy

Lifer
Oct 12, 1999
15,219
1
81
A quick and dirty way is to look in the software distribution folder. In that folder a file called reporting events is there. If you open you can see the type of updates applied based on the os.
 

Ryland

Platinum Member
Aug 9, 2001
2,810
13
81
A quick and dirty way is to look in the software distribution folder. In that folder a file called reporting events is there. If you open you can see the type of updates applied based on the os.

I dont see that file under c:\windows\softwareDistribution.

Its hard finding the info from a non-bootable install, especially when all I have is an Acronis True Image file of the disk since the disk is showing a bad SMART status.
 

Dahak

Diamond Member
Mar 2, 2000
3,752
25
91
A quick and dirty way is to look in the software distribution folder. In that folder a file called reporting events is there. If you open you can see the type of updates applied based on the os.

Unfortunately that is not very helpful in determining if its pro or home or ultimate.
when I look at mine, the only thing i can tell is if its 32 or 64 bit

as ViGRE said, the registry is about the only place that will tell you.

Or another way is to use the ProduKey and point it to the windows folder of the drive and it will tell you as well
 

takeru

Golden Member
Jan 1, 2002
1,206
8
81
If you have any tools that will load the registry, under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion the ProductName string will have what you seek.

this. use a winPE distro.
 

Ryland

Platinum Member
Aug 9, 2001
2,810
13
81
Or another way is to use the ProduKey and point it to the windows folder of the drive and it will tell you as well

This is showing the versions for my desktop but when I point it at the loaded Acronis image's (I mapped it to a drive letter) windows directory it doesnt show anything. its possible that whatever is necessary to show the versions got corrupted before I backed the drive up.
 

classy

Lifer
Oct 12, 1999
15,219
1
81
Unfortunately that is not very helpful in determining if its pro or home or ultimate.
when I look at mine, the only thing i can tell is if its 32 or 64 bit

as ViGRE said, the registry is about the only place that will tell you.

Or another way is to use the ProduKey and point it to the windows folder of the drive and it will tell you as well

You know when he asked that question, I was thinking along the line of whether its 32 or 64bit. But I would look at some of the disk repair utilities that maybe could tell me the OS version. The reg files are the log1 file types in the config folder, but if you can't boot the drive, you'll have to find some way to load the registry, because those files become locked when the drive is online.
 

classy

Lifer
Oct 12, 1999
15,219
1
81
Did you try using ghost or any other utility to try and copy the image to another disk?
 

Ryland

Platinum Member
Aug 9, 2001
2,810
13
81
Did you try using ghost or any other utility to try and copy the image to another disk?

I dont have another disk on hand to copy the files to so I cant check if the registry is even in decent shape. At this point Im thinking that I will be lucky to save some of the data once I do get another disk.
 

classy

Lifer
Oct 12, 1999
15,219
1
81
I dont have another disk on hand to copy the files to so I cant check if the registry is even in decent shape. At this point Im thinking that I will be lucky to save some of the data once I do get another disk.

Oh well. When its not bootable its is tough to get indepth info from the drive. But I would first try ghosting the image to another disk first. Good Luck
 

Ryland

Platinum Member
Aug 9, 2001
2,810
13
81
Oh well. When its not bootable its is tough to get indepth info from the drive. But I would first try ghosting the image to another disk first. Good Luck

Thanks. I hate dealing with my brothers kids computer since something always goes wrong and it somehow ends up as my fault....
 

juiio

Golden Member
Feb 28, 2000
1,433
4
81
You should be able to tell by looking at Properties->Details for most binaries in the System32 directory. A product version of 6.1.7600.16385, for example, is Windows 7.
 

Dude111

Golden Member
Jan 19, 2010
1,495
5
81
See if you have a file called winver on that..

Click start/run and enter winver (That will tell you the version # (It does on mine))


Good luck!
 

Modelworks

Lifer
Feb 22, 2007
16,240
7
76
Is there a way to determine what version of windows was on a non-bootable computer if you can look at the drive contents?

Edit: Im thinking along the lines of how you can do this in linux by looking at a file.

yes. If you can't boot the computer but can look at the contents from a boot disk , the file you want to look for is:

C:\windows\panther\setupact.log
This is the file windows creates when doing the install. It also has the computers hardware info complete with pci and vendor id, volumes and partitions.

Inside the file look for the lines:
IBS SelectImageFromEICfg: Edition ID is Ultimate
IBS SelectImageFromEICfg: Channel is Retail
IBS SelectImageFromEICfg: VolumeLicense is 0
 
Last edited:

Ryland

Platinum Member
Aug 9, 2001
2,810
13
81
yes. If you can't boot the computer but can look at the contents from a boot disk , the file you want to look for is:

C:\windows\panther\setupact.log
This is the file windows creates when doing the install. It also has the computers hardware info complete with pci and vendor id, volumes and partitions.

Inside the file look for the lines:
IBS SelectImageFromEICfg: Edition ID is Ultimate
IBS SelectImageFromEICfg: Channel is Retail
IBS SelectImageFromEICfg: VolumeLicense is 0

That file doesnt exist on the drive (although the c:\windows\panther directory does).
 

GaryJohnson

Senior member
Jun 2, 2006
940
0
0
How about the XML files in C:\Windows\Performance\WinSAT\DataStore?

Those are generated by the Windows Experience Index thing. I'm running Ultimate and all of the files from the most recent running of WEI on my system have this line:
<ProductName>Windows 7 Ultimate</ProductName>
 
Last edited:

Ryland

Platinum Member
Aug 9, 2001
2,810
13
81
How about the XML files in C:\Windows\Performance\WinSAT\DataStore?

Those are generated by the Windows Experience Index thing. I'm running Ultimate and all of the files from the most recent running of WEI on my system have this line:
<ProductName>Windows 7 Ultimate</ProductName>

yet another empty directory. At this point I think I might be best off just reinstalling the OS from scratch if my brother can ever find the DVD.
 

Modelworks

Lifer
Feb 22, 2007
16,240
7
76
yet another empty directory. At this point I think I might be best off just reinstalling the OS from scratch if my brother can ever find the DVD.

Is it a retail branded pc ? Like Dell, HP ?
Those are cloned installs and not installed one at a time so the contents of install files will not exist.
There should be a label or look up online the model number and it should say what it shipped with.
 

Ryland

Platinum Member
Aug 9, 2001
2,810
13
81
Is it a retail branded pc ? Like Dell, HP ?
Those are cloned installs and not installed one at a time so the contents of install files will not exist.
There should be a label or look up online the model number and it should say what it shipped with.

Unfortunately not, its a pc I built a few years back. I know I bought a retail license for it too.
 

Level_1

Member
Apr 21, 2011
37
0
0
Download hiren's bootcd and burn to disc. Boot to the mini-xp then run the magic jellybean keyfinder.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |