Darknight Posted March 28, 2013 Share Posted March 28, 2013 I know u guys are already using windows blue update for windows 8 regardless of warning of not using. And some of u may be still thinking about installing media centre So i got a good news now u can install windows blue media centre this might come in handy. Check the Instruction Below enjoy!!!!Did you know that the leaked build of Windows Blue has the ability to install Media Center components via a clean install? It’s not particularly useful, but in the interest of continuing to dig into this build of Blue, I thought I would take a moment to show those of you who might be interested, how to create your own bootable Windows Blue Pro with Media Center ISO.This is a very hands-on effort, but extremely easy if you follow everything to a ‘T’. Fair warning: I highly recommend doing this on Windows 8, because I ran into all kinds of funky errors on Windows 7 that I couldn’t alleviate. By all means, try doing this on 7 if you’d like, but if you run into issues, then give 8 a shot.Before we get started, here’s a screen shot for proof of the results of this fun little venture (click the image below for the full 1920×1080 image):As you can see, Media Center’s title at the top of the application is displayed in Asian characters for some strange reason (I can’t imagine why, what with this being a leaked pre-release build and all…), but I think that kind of adds to the fun in this sort of futzing about. With that said, let’s get started!How to create a Windows Blue Pro with Media Center ISODownload the Windows Assessment and Deployment Kit (ADK) hereRun the ADK installer and only install Development Tools (Uncheck everything except Deployment Tools)Create a folder in C:\ called BlueWMCCreate a folder in C:\ called BlueWMCTempCopy the contents of your build of Windows Blue to C:\BlueWMC (You will end up with C:\BlueWMC\boot, C:\BlueWMC\efi, C:\BlueWMC\sources, etc.)Search for “Deployment and Imaging Tools Environment,” then run it as Administrator (Seriously, don’t forget to run it as Administrator)Copy and paste the full contents of each of the following bullet points — one-by-one and waiting until each is complete before proceeding to the next — into your Deployment and Imaging Tools Environment window:Dism /Export-Image /SourceImageFile:C:\BlueWMC\sources\install.wim /SourceIndex:1 /DestinationImageFile:C:\install.wim /Compress:MaximumDism /Mount-Wim /WimFile:C:\install.wim /Index:1 /MountDir:C:\BlueWMCTempDism /Image:C:\BlueWMCTemp /Get-TargetEditionsDism /Image:C:\BlueWMCTemp /Set-Edition:ProfessionalWMCDism /Unmount-Wim /MountDir:C:\BlueWMCTemp /CommitDism /Export-Image /SourceImageFile:C:\install.wim /SourceIndex:1 /DestinationImageFile:C:\BlueWMC\sources\install.wim /DestinationName:”WindowsBlueProWMC” /Compress:MaximumMinimize (don’t close) your Deployment and Imaging Tools Environment windowGo to C:\BlueWMC\sourcesLook for EI.CFG, open it with Notepad, add WMC to the end of Professional (ProfessionalWMC is what you will end up with), then save the file.Bring your Deployment and Imaging Tools Environment window back up, then copy and paste the following line into it to create a bootable ISO:oscdimg -bC:\BlueWMC\boot\etfsboot.com -h -u2 -m -lWINDOWS_BLUE_PRO_WMC C:\BlueWMC C:\Windows_Blue_Professional_WMC-Build_9364.isoYou should now see your bootable ISO, Windows_Blue_Professional_WMC-Build_9364.iso, residing in C:\For clean-up, you can now delete BlueWMC, BlueWMCTemp, and install.wim from C:\And that’s it! You should be all set. You’ll know if you were successful or not if you see the following at the bottom of the EULA in the early stages of trying to install this build:EULAID:Win_RC_3_PWMC_V_en-usOnce you get up and running, to open Media Center, you’ll need to search for “Media” since the WMC tile doesn’t automatically load onto your Start screen. Lastly, if you install this in VMware and your installation of VMware Tools hangs, then make sure you select “custom” instead of “typical” when you try to install then again and remove Virtual Printing. That driver hangs for me when it tries to install.If you have any issues with the steps above, then feel free to leave a comment and I’ll try to help. In the mean time, you might want to go have a look at the two resources I primarily referenced to ultimately make this happen:Here:Creating a Windows 8 AIO with Media Center manually How to Create a Windows 8 AIO with media centerDownload and install The Windows Assessment and Deployment Kit (ADK) HereUncheck all boxes apart from deployment tools, install deployment tools onlyCreate folder on your c drive and name it win8aioThen create 6 subfolders inside win8aio folder and name them as follows: win8, x86, x64, entx86, entx64, mount.Next extract your windows 8 32bit iso to the win8 folder then move the install.wim from win8\sources to the x86 folderextract your windows 8 64bit install.wim to the x64 folderextract your windows 8 Enterprise 32bit install.wim to entx86 folderextract your windows 8 Enterprise 64bit install.wim to entx64 folderThen open Deployment and imaging tools CMD as administrator and enter the following command 1 at a timeCode:Dism /Export-Image /SourceImageFile:c:\win8aio\x86\install.wim /SourceIndex:2 /DestinationImageFile:c:\win8aio\win8\sources\install.wim /DestinationName:"Windows 8" /compress:maximumDism /Export-Image /SourceImageFile:c:\win8aio\x86\install.wim /SourceIndex:1 /DestinationImageFile:c:\win8aio\win8\sources\install.wim /DestinationName:"Windows 8 Pro" /compress:maximumDism /Export-Image /SourceImageFile:c:\win8aio\x86\install.wim /SourceIndex:1 /DestinationImageFile:c:\win8aio\win8\sources\install.wim /DestinationName:"Windows 8 Pro with Media Center" /compress:maximumDism /Export-Image /SourceImageFile:c:\win8aio\entx86\install.wim /SourceIndex:1 /DestinationImageFile:c:\win8aio\win8\sources\install.wim /DestinationName:"Windows 8 Enterprise" /compress:maximumDism /Export-Image /SourceImageFile:c:\win8aio\x64\install.wim /SourceIndex:2 /DestinationImageFile:c:\win8aio\win8\sources\install.wim /DestinationName:"Windows 8" /compress:maximumDism /Export-Image /SourceImageFile:c:\win8aio\x64\install.wim /SourceIndex:1 /DestinationImageFile:c:\win8aio\win8\sources\install.wim /DestinationName:"Windows 8 Pro" /compress:maximumDism /Export-Image /SourceImageFile:c:\win8aio\x64\install.wim /SourceIndex:1 /DestinationImageFile:c:\win8aio\win8\sources\install.wim /DestinationName:"Windows 8 Pro with Media Center" /compress:maximumDism /Export-Image /SourceImageFile:c:\win8aio\entx64\install.wim /SourceIndex:1 /DestinationImageFile:c:\win8aio\win8\sources\install.wim /DestinationName:"Windows 8 Enterprise" /compress:maximumNext step to convert to ProfessionalWMCCode:Dism /mount-wim /wimfile:C:\win8aio\win8\sources\install.wim /index:3 /mountdir:C:\win8aio\mountDism /Image:C:\win8aio\mount /Get-TargetEditionsDism /Image:C:\win8aio\mount /Set-Edition:ProfessionalWMCDism /unmount-wim /mountdir:C:\win8aio\mount /commitimagex /flags "ProfessionalWMC" /info C:\win8aio\win8\sources\install.wim 3 "Windows 8 Pro with Media Center" "Windows 8 Pro with Media Center"Dism /mount-wim /wimfile:C:\win8aio\win8\sources\install.wim /index:7 /mountdir:C:\win8aio\mountDism /Image:C:\win8aio\mount /Get-TargetEditionsDism /Image:C:\win8aio\mount /Set-Edition:ProfessionalWMCDism /unmount-wim /mountdir:C:\win8aio\mount /commitimagex /flags "ProfessionalWMC" /info C:\win8aio\win8\sources\install.wim 7 "Windows 8 Pro with Media Center " "Windows 8 Pro with Media Center"Next you will need to create an Ei.CFG file, Copy and paste the following into notepad and save as Ei.CFGCode:[Channel]Retail[VL]0and place file in sources folder C:\win8aio\win8\sourcesEI.cfg Will allow you to install any of the editions without having to enter a product key firstNow all you need to do is create bootable iso, open the Deployment and imaging tools command prompt as administrator and enter the following commandCode:oscdimg -bC:\win8aio\win8\boot\etfsboot.com -h -u2 -m -lwin8_aio C:\win8aio\win8\ C:\win8aio.isoCreate a Windows 8 Pro with media center iso onlyDownload and install The Windows Assessment and Deployment Kit (ADK) HereUncheck all boxes apart from deployment tools, install deployment tools onlyCreate folder on your c drive and name it win8Then create 3 subfolders inside the win8 folder and name them as follows: iso, wim, mount.Next extract your windows 8 iso to the iso folder C:\win8\iso Then move the install.wim from C:\win8\iso\sources to the wim folder C:\win8\wimThen open Deployment and imaging tools CMD as administrator and enter the following command 1 at a timeCode:Dism /mount-wim /wimfile:C:\win8\wim\install.wim /index:1 /mountdir:C:\win8\mountDism /Image:C:\win8\mount /Get-TargetEditionsDism /Image:C:\win8\mount /Set-Edition:ProfessionalWMCKeeping the image mounted and viewing hidden files and folders take ownership of the data.dat file and then delete it in C:\win8\mount\Windows\System32\spp\store\data.datand replace with data.datOptionalBefore committing changes to the image you can enter your free wmc key via dism command this will install your key and activate only on the machine you intend to useCode:Dism /Image:C:\win8\mount /Set-ProductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxxCode:Dism /unmount-wim /mountdir:C:\win8\mount /commitimagex /flags "ProfessionalWMC" /info C:\win8\wim\install.wim 1 "Windows 8 Pro with Media Center" "Windows 8 Pro with Media Center"Dism /Export-Image /SourceImageFile:c:\win8\wim\install.wim /SourceIndex:1 /DestinationImageFile:c:\win8\iso\sources\install.wim /compress:maximumNext you will need to create an Ei.CFG file, Copy and paste the following into notepad and save as Ei.CFGCode:[EditionID]ProfessionalWMC[Channel]Retail[VL]0and place file in sources folder C:\win8\iso\sourcesEI.cfg Will allow you to install any of the editions without having to enter a product key firstNext to create bootable iso, open the Deployment and imaging tools command prompt as administrator and enter the following commandCode:oscdimg -bC:\win8\iso\boot\etfsboot.com -h -u2 -m -lWIN8-PRO-WMC C:\win8\iso C:\win8\ProWMC.isoAn easy fast sollutionYou can use Alphawaves download integrator here this will convert pro to wmc for you hassle free!!Windows Download Integrator Current Version: 3.0.0.4Updating to v3.5..File : Windows Download Integrator.exeSize : 5.49 MBCRC32 : 8F01D014MD5 : 880F1D12733664861BB3ACFCCC41DE95SHA1 : AE171F2E4EEF8A1AACBC364A71719D3024810C02Compatible with Windows 8, Windows 7 and Windows VistaFeaturesIntegrate multiple language packs, updates, drivers, serials, certificates, setup images and registry tweaksConvert multiple language packs (exe to cab, Folder to cab)Convert MSU to CABDownload language packs (Windows Vista, Windows 7, Windows 8)Download windows updates (McRip - Windows 7, Windows 8)Download office updates (McRip - 2010, 2013)Convert Windows 8 Professional to ProfessionalWMCEnable/Disable features (offline)Download Windows Updates (Microsoft)Download Windows 7 SP1 ISO'sIntegrate Windows Service PacksCreate Autounattend.xmlBackup DriversRemove Windows Components (offline)Remove multiple languagesAdd own setup imagesRebuild boot.wimRebuild install.wimUSB ToolCreate bootable USBCreate ISOCreate AIOChangelog:-v Beta R3.4bFixed McRip Updates online check-v Beta R3.4Added integrate Service PacksAdded Component RemovalAdded Autounattend.xml creatorAdded Drivers Backup (BETA)Added WDI Settings optionUpdated integration methodGUI UpdatedBug fixesCredits: Josh Cell Mirror Linkricktendo64 LDR Mode (Updates integration)user_hidden (Dism in XP, Vista)McRip Updatesabbodi1406 (Windows 8 Language Packs)november_rain Mirror LinkWindows Download Integrator Beta R3.4bMirror (november_rain)Code:http://www.mirrorcreator.com/files/1...R3.4c.7z_linksand here:Quick guide on how to modify Windows 8 disc to allow clean install of Windows 8 Professional with Media Center.I suggest using USB flash drive, it's much faster to install and you don't have to burn DVD's. Use Windows 7 USB tool.1. Create folders C:\W8 and D:\Mount. Copy contents of your Windows 8 disc or ISO into C:\W8.2. Run Command Prompt as Administrator "WIN+X".3. Paste these commands one at a time and wait for the tasks to finishDism /Export-Image /SourceImageFile:C:\W8\sources\install.wim /SourceIndex:1 /DestinationImageFile:C:\install.wim /Compress:MaximumDism /Mount-Wim /WimFile:C:\install.wim /Index:1 /MountDir:C:\MountDism /Image:C:\Mount /Get-TargetEditionsDism /Image:C:\Mount /Set-Edition:ProfessionalWMCDism /Unmount-Wim /MountDir:C:\Mount /CommitDism /Export-Image /SourceImageFile:C:\install.wim /SourceIndex:1 /DestinationImageFile:C:\W8\sources\install.wim /DestinationName:"Windows 8 Pro with Media Center" /Compress:MaximumWindows 8 Pro with Media Center is now in C:\W8. You can delete temporary install.wim and mount directory.If it weren’t for those two resources, then I would have still found others with which to make this whole thing happen. lol. Seriously, though, all credit where credit is due. =)Good luck!And now time for keys:gvlkProfessional=MTWNQ-CKDHJ-3HXW9-Q2PFX-WB2HQ [use This Key For Windows 8 Pro 6.3 Build 9364 x86 (Pre-release) ISO] MBFBV-W3DP2-2MVKN-PJCQD-KKTF7 [upgrade to Windows Media Center using this key] Link to comment Share on other sites More sharing options...
ASIO Posted March 28, 2013 Share Posted March 28, 2013 awesome ... nice keep it up Link to comment Share on other sites More sharing options...
Darknight Posted March 29, 2013 Author Share Posted March 29, 2013 thank u for trying Link to comment Share on other sites More sharing options...
Dodel Posted April 2, 2013 Share Posted April 2, 2013 Now this is HOW to do a tutorial, nice clear structured instructions, with screen shots.Never going to use it like, as I'm likey windows 7 as it is :D.Dodel. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.