Grmchpxfreo En Dvd.iso
Dec 19, 2009 grmchpfrer_en_dvd. This is the name of the win7_homepremium_english_x86_retail But if the Op wants some further information on his DVD, he will find a little in the Sources cversion.ini. Reportedly, Microsoft has RTM'ed Windows 7! The final release of Windows 7 has the build string 6.1.7600.16384.win7_rtm.0 which means that it was compiled on 10th July, 2009.
GRMCPRXFRER_EN_DVD - Driver Download. Updating your drivers with Driver Alert can help your computer in a number of ways. From adding new functionality and improving performance, to fixing a major bug. Mar 15, 2011 BitSwitcher You are right, I checked the english iso by mistake. Anyway all patched iso's match microsoft original msdn hashes, this is really useful program. Download Grmchpxfreo En DVD Iso Torrent at TorrentFunk. We have 1000 Grmchpxfreo En DVD Iso Software torrents for you! Does anyone happen to have the hashes for 7 pro n vl sp1 x64? I got these after applying the svf from the media refresh link to an ultimate n sp1 x64 iso.
I've got a DVD that I've burnt from an MSDN ISO. I'm not entirely sure if its Windows 7 64bit or 32bit.
How can I be sure?
badp8 Answers
Quickest way is to go to the drive root. If you have a file named Bootmgr.efi
you are running a X64/64-bit version.
Next way is disk size, the x86/32-bit version comes out at ~2.32GB whilst the x64/64-bit version comes out at ~3.0GB.
Lastly, you can go to the drive root and open the autorun.inf
file.
In notepad, the 64 bit version shows:
The 32 bit version shows:
William HilsumWilliam HilsumBest and quickest way to answer the question about both Processor architecture and Windows version is:
Use DISM on install.wim
.
- Click 'Start', type 'cmd', press 'ENTER'.
- Type or paste:
dism /get-wiminfo /wimfile:'f:sourcesinstall.wim'
(Replacef:
with drive path to installer root).
Deployment Image Servicing and Management tool
Version: 6.1.7600.16385
Details for image : f:sourcesinstall.wim
Grmchpxfreo_en_dvd
Index : 1 Name : Windows 7 Ultimate Activated 32Bit
Description : Windows 7 ULTIMATE Size : 8,476,902,704 bytes
Index : 2 Name : Windows 7 Ultimate Activated 64Bit
Description : Windows 7 ULTIMATE Size : 12,075,969,989 bytes
The operation completed successfully.
Windows version is on the second line. First two dot pairs are OS version. Third and fourth dot pairs are Service Pack and Build info. See Windows Version Numbers to lookup your version.
Processor architecture is explicitly shown in the remainder of the WIM info. In this case, this is a dual installer for both 32 bit and 64 bit processors, for Windows 7 Ultimate.
To know wich edition see the ei.cfg file located in the Sources directory on the installation DVD
The way would be to see if the disk contains x64 images. Just looking at an MSDN Windows 7 Ultimate x64 DVD and I see the file <DVD>:sourcesactionqueue.dll
is x64.
To check that it is x64 I used dumpbin /headers <file>
(dumpbin
is a Windows SDK tool):
Note highlighted line (a x86 executable would have 14C machine (x86)
).
I can't see any file that lists the bit-ness directly, so this is the quickest way (if you have the SDK tools). Might just be easier to burn a new DVD from the required ISO.
RichardRichardIf you have administrator access to a system already running Windows 7 (this feature is not in Vista):
- Open a command prompt as an administrator
- Start, cmd, Ctrl+Shift+Enter
- Insert the Windows 7 DVD, and close any autoplay popup.
- Type
dism /Get-WimInfo /WimFile:X:sourcesboot.wim
where X is your DVD drive's letter. You should see something like the following:
Deployment Image Servicing and Management tool Version: 6.1.7600.16385
Details for image : h:sourcesboot.wim
Index : 1
Name : Microsoft Windows PE (x86)
Description : Microsoft Windows PE (x86)
Size : 806,390,831 bytesIndex : 2
Name : Microsoft Windows Setup (x86)
Description : Microsoft Windows Setup (x86)
Size : 881,382,947 bytes/canon-ir3300-printer-hard-disk-software-free.html. The operation completed successfully.
If your disk is 32-bit, it will look like above where it says (x86)
. If it's 64-bit, it should say, (x64)
.
If you don't have a computer with Windows 7 already installed, then try installing the operating system in a virtual machine such as VirtualBox. This should work on any computer, even a Mac. If it fails, then you have the 64-bit version and your computer doesn't support/have enabled Hardware-accelerated virtualization. If it installs successfully, then check the System Properties inside the virtual machine.
If you don't want to do that, then download and burn the Windows 7 Automated Installation Kit, and install it (it will work on Vista SP1 or newer). Be warned, the download is 1.7GB, so it's not exactly the ideal way to check this if you have a slow or metered internet connection. Once you have the WAIK installed:
- Open the Deployment Tools Command Prompt as an administrator.
- Start, Deployment Tools Command Prompt, Ctrl+Shift+Enter
- Insert the Windows 7 DVD, and close any autoplay popup.
- Type:
imagex /info X:sourcesboot.wim
where X is your DVD drive letter. If the output contains the line<NAME>Microsoft Windows PE (x86)</NAME>
, then it's 32-bit. If it says (x64) then it's 64-bit.- Alternatively, type
imagex /info X:sourcesinstall.wim
, and check for a line starting with<ARCH>
. If that line lists<ARCH>0</ARCH>
then it is 32-bit, otherwise it is 64-bit.
- Alternatively, type
If you get a listing of the root directory on your installation disk, you can see difference in filesizes:
- Only in the 64 bit version there is
bootmgr.efi
file - The 64 bit has an
autorun.inf
filesize of 122 bytes and 32 bitautorun.inf
is 43 bytes. - The 64 bit has a
setup.exe
filesize of 106,760 and 32 bitsetup.exe
is 111,880.
At least, that's what I have for the downloaded/original ISOs from the Microsoft Store.
OlliThis solution also works well if you have an iso file saved in the hard drive. Below are the instructions:
First you need to mount the ISO file to a computer so you can browse it.If you have a DVD as a installation medium,then just simply click on the DVD drive.Then open up a command prompt as administrator and run the following command (note that 'E' is the drive letter for the mounted ISO file here).
dism /Get-WimInfo /WimFile:E:sourcesinstall.wim /index:1
This will display full details of the built number, architecture, version as well as many other important details for your convenience. The following is an example output from Windows Server 2016.
SamirBest way for checking is Go to drive../efi/boot/
If bootai32.efi or bootai86.efi or bootx32.efi or bootx32.efi is present, OS is 32bit.
If bootax64.efi or bootai64.efi is present, OS is 64 bit.
Hope this helps.
Regards,
NightLightStriker
Not the answer you're looking for? Browse other questions tagged windows-7installation or ask your own question.
Hey guys. After a lot of testing, downloads and thanks to a ELMS program from MS, I got a lot of .iso images and burned DVDs of Windows 7.I'm sure now I should have a least these:
- RC Ultimate english 64
- RTM Pro Es 64
- RTM Pro es 32
Grmchpxfreo En Dvd Iso Player
How can I pick the right one to install now?? (I know, I have a mess on my external HD and I should label the disc after burning, but I didn't).
I want to install the RTM Pro es 64 again. How do I know which one this is?Thanks!
PD:These are the ones that I think I have:
- GRC1CULXFRER_ES_DVD
- GRMCPRFRER_ES_DVD
PD2: What I really want to know is how can I see if those ISOs are x86 or x64?
MDMarra2 Answers
Sounds to be like you have
- Release Candidate of Ultimate, X64 64-bit edition
- Final release, Professional edition X64 - 64-bit edition - Spanish
- Final release, Professional edition X86 - 32-bit edition - Spanish
As for seeing which one is x64 and which one is x86, I think that GRMCPRFRER_ES_DVD is x86/32-bit and GRC1CULXFRER_ES_DVD is x64/64-bit but you can confirm by opening the ISO in Winrar or another extraction program and take a look at autorun.inf - the top line of the x64 disk should be - [AutoRun.Amd64]