Clean Install Windows 8 Professional with Media Center


Recommended Posts

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 finish


Dism /Export-Image /SourceImageFile:C:\W8\sources\install.wim /SourceIndex:1 /DestinationImageFile:C:\install.wim /Compress:Maximum
[/CODE]

[CODE]
Dism /Mount-Wim /WimFile:C:\install.wim /Index:1 /MountDir:C:\Mount
[/CODE]

[CODE]
Dism /Image:C:\Mount /Get-TargetEditions
[/CODE]

[CODE]
Dism /Image:C:\Mount /Set-Edition:ProfessionalWMC
[/CODE]

[CODE]
Dism /Unmount-Wim /MountDir:C:\Mount /Commit
[/CODE]

[CODE]
Dism /Export-Image /SourceImageFile:C:\install.wim /SourceIndex:1 /DestinationImageFile:C:\W8\sources\install.wim /DestinationName:"Windows 8 Pro with Media Center" /Compress:Maximum
[/CODE]

Windows 8 Pro with Media Center is now in C:\W8. You can delete temporary install.wim and mount directory.

Link to comment
Share on other sites

  • 2 weeks later...

Say again?

I believe the user was referring to the information out there on the web that states if a user purchases the Windows 8 upgrade that they will receive the ability to get a free key for Windows Media Center for Windows 8 until a specific deadline. I believe that deadline is stated as January 2013.

Link to comment
Share on other sites

Hello I keep gettin error after 2nd input can u help????

C:\Windows\system32>Dism /Export-Image /SourceImageFile:C:\W8\sources\install.wi

m /SourceIndex:1 /DestinationImageFile:C:\install.wim /Compress:Maximum

Deployment Image Servicing and Management tool

Version: 6.2.9200.16384

Exporting image

[==========================100.0%==========================]

The operation completed successfully.

C:\Windows\system32>Dism /Mount-Wim /WimFile:C:\install.wim /Index:1 /MountDir:D

:\Mount

Deployment Image Servicing and Management tool

Version: 6.2.9200.16384

Error: 0xc1420127

The specified image in the specified wim is already mounted for read/write acces

s.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

also i dont understand the D:\Mount??

can u pm me

Link to comment
Share on other sites

Hello I keep gettin error after 2nd input can u help????

C:\Windows\system32>Dism /Export-Image /SourceImageFile:C:\W8\sources\install.wi

m /SourceIndex:1 /DestinationImageFile:C:\install.wim /Compress:Maximum

Deployment Image Servicing and Management tool

Version: 6.2.9200.16384

Exporting image

[==========================100.0%==========================]

The operation completed successfully.

C:\Windows\system32>Dism /Mount-Wim /WimFile:C:\install.wim /Index:1 /MountDir:D

:\Mount

Deployment Image Servicing and Management tool

Version: 6.2.9200.16384

Error: 0xc1420127

The specified image in the specified wim is already mounted for read/write acces

s.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

also i dont understand the D:\Mount??

can u pm me

D:\Mount mounts the image so it can be edited. I think you might have previously mounted it, try this


Dism /Unmount-Wim /MountDir:D:\Mount /Discard
[/CODE]

Then try again.

Link to comment
Share on other sites

I got my hands on a new SSD that I plan to install Win8 to once it's hit GA and I can actually buy it. So this could be a bit off topic but I figure the best way would be to disconnect my current HDD with Win7, leaving just the ssd and my other drives, install Win8 on it, then reconnect my win7 HDD back so I don't lose a few things I have on it (which I'll then move over to another location and format it for reuse as a new download hdd.

I'm doing this because I don't want to dual boot with Win7 etc. Anyone else have this sort of upgrade/install in mind?

Link to comment
Share on other sites

I believe the user was referring to the information out there on the web that states if a user purchases the Windows 8 upgrade that they will receive the ability to get a free key for Windows Media Center for Windows 8 until a specific deadline. I believe that deadline is stated as January 2013.

That makes more sense. I thought he was trying to say people could get a free entitlement to MCE, which would have my interest.
Link to comment
Share on other sites

This method is of no use till online purchasing Media Center upgrade key becomes possible. That is not before 26th Oct.

I have my AIO ready with itegrated drivers. :)

Link to comment
Share on other sites

D:\Mount mounts the image so it can be edited. I think you might have previously mounted it, try this


Dism /Unmount-Wim /MountDir:D:\Mount /Discard
[/CODE]

Then try again.

Nope nothing dso i have to do it on win 7 or can it be win 8???
Link to comment
Share on other sites

This method is of no use till online purchasing Media Center upgrade key becomes possible. That is not before 26th Oct.

I have my AIO ready with itegrated drivers. :)

It's not impossible to activate Pro with WMC now.

Nope nothing dso i have to do it on win 7 or can it be win 8???

It works on both. Check if the Mount folder has any files inside.

Link to comment
Share on other sites

I got my hands on a new SSD that I plan to install Win8 to once it's hit GA and I can actually buy it. So this could be a bit off topic but I figure the best way would be to disconnect my current HDD with Win7, leaving just the ssd and my other drives, install Win8 on it, then reconnect my win7 HDD back so I don't lose a few things I have on it (which I'll then move over to another location and format it for reuse as a new download hdd.

I'm doing this because I don't want to dual boot with Win7 etc. Anyone else have this sort of upgrade/install in mind?

That's how I've done it too. Whats weird is that if I have single drive and I repartition it on Windows setup, it creates 350Mb system partition. But if I have my other drives attached (no Windows installs or previous system drives) it doesn't create the 350Mb partition. Is it only needed when there is single drive?

went to win 7 and now it wont work at all lol going back to win 8

Weird. Can't think of anything other than try again and with different partitions.

Link to comment
Share on other sites

That's how I've done it too. Whats weird is that if I have single drive and I repartition it on Windows setup, it creates 350Mb system partition. But if I have my other drives attached (no Windows installs or previous system drives) it doesn't create the 350Mb partition. Is it only needed when there is single drive?

Weird. Can't think of anything other than try again and with different partitions.

can u do a step by step in detail for me so i know im not missing anything??? thanx
Link to comment
Share on other sites

can u do a step by step in detail for me so i know im not missing anything??? thanx

never mind i got it also what key do i have to use for this now and media center will be part of windows now after install and be able to use it????
Link to comment
Share on other sites

Just use the default WMC key for Pro with Media Center or default Pro key if you wan't to install Professional until you can buy it. There is no timebomb in Windows 8 so you can use it unactivated.

Link to comment
Share on other sites

Just use the default WMC key for Pro with Media Center or default Pro key if you wan't to install Professional until you can buy it. There is no timebomb in Windows 8 so you can use it unactivated.

so media center will work with no prob. ??
Link to comment
Share on other sites

This topic is now closed to further replies.