分类: 嵌入式
2012-05-08 17:14:11
From:
My Windows 8 system is starting to take shape. I have the majority of my applications installed however, I noticed that when I tried to run certain apps, I would get a Windows Feature box:
Ok, no problem, I’ve got a good internet connection so I selected “Install this feature”. After several minutes of waiting, I was presented with this box:
Bummer, I looked up the about installing .NET 3.5.1 on Win8 and it turns out there is another way to add the feature so I gave it a shot:
No love there either. After a quick google search, DISM came to the rescue. Thanks to a couple guys on the TechNet forums, it’s a simple solution:
Make sure the Windows 8 disk is in the drive (if your drive is not the d:\ drive, change the source drive letter to match your drive)
dism.exe /online /enable-feature /featurename:NetFX3 /Source:d:\sources\sxs
The install will take a few minutes to run.