Same thing happened with 15063.0 It got fixed at 15063.332, maybe this time they will do it quicker. Did you ran restorehealth command? On 15063.0 it could not be performed in full, before .332 officially fixed it.
updated and opt out from insider without problems if something is really deep broken even the unixonar guy can't fix it, c-media need to make a new driver i suggest waiting 2 months for a update
@Enthousiast Yea, they forgot it in 15063 as well and removed them with a later cumulative update (didn´t know it was exactly the one you mention, great you remember that). As it is just 2 packages, it should be no big issue. In a "real" Insider build, the whole "Testroot-And-Flightsigning" tree is full of packages as a majority of those is under development before they go RTM. So that we just see 2 there right now, points out that this is MOST LIKELY RTM and that they´ve just forgotten to remove these 2 packages like it happened for Creators Update too. SFC /scannow as well as all DISM commands did just fine: C:\Windows\Logs\CBS>dism /Online /Cleanup-Image /StartComponentCleanup Deployment Image Servicing and Management tool Version: 10.0.16299.15 Image Version: 10.0.16299.15 [==========================100.0%==========================] The operation completed successfully. C:\Windows\Logs\CBS>dism /Online /Cleanup-Image /StartComponentCleanup /ResetBase Deployment Image Servicing and Management tool Version: 10.0.16299.15 Image Version: 10.0.16299.15 [==========================100.0%==========================] The operation completed successfully. C:\Windows\system32>DISM /Online /Cleanup-Image /CheckHealth Deployment Image Servicing and Management tool Version: 10.0.16299.15 Image Version: 10.0.16299.15 No component store corruption detected. The operation completed successfully. C:\Windows\system32>
All dism commands worked fine, but this one didn't: Code: dism /online /cleanup-image /restorehealth And: Code: dism /online /cleanup-image /restorehealth:wim:<path to>install.wim:1
Downloading "Windows 10 Insider Preview 16299.0 (rs3_release)" via uup will update at a later date to the release version on october 17?
@Enthousiast C:\Windows\system32>dism /online /cleanup-image /restorehealth Deployment Image Servicing and Management tool Version: 10.0.16299.15 Image Version: 10.0.16299.15 [==========================100.0%==========================] The restore operation completed successfully. The operation completed successfully. C:\Windows\system32> What´s the error message you are getting when you are running it? Maybe you should try to run a sfc /scannow to see if everything is OK?
I don't even have 16299.15 installed yet I was talking about 15063.0 not being able to find the source for the restorehealth command. The problem seems not to be the same with the two ip packages onboard on 16229.15 as on 15063.0.
Exactly, no problem at all so far with DISM nor SFC nor anything else. I could even simply remove the both packages via CBSEnum as you know, but I will leave them in and see when Microsoft removes them via a cumulative update. Or, the worst case, of course, that this is not RTM at all and we will see another version for the final release (which I doubt though as everything says this is RTM and released to manufacturers already). However, even then, as long as they do this via cumulative updates that are applied to 16299.15 (instead of in-place upgrades as it is common for Insider builds) from here on, we should be safe with 16299.15
It doesnt have to be pro wim you can use cloud coresinglelanguage and core wims to convert to professionalworkstation also, Just a quick example would be if you have your install.wim on c:/ drive and a mount folder on c:/ Code: Dism /mount-wim /wimfile:C:\install.wim /index:1 /mountdir:C:\mount Code: Dism /Image:C:\mount /Set-Edition:ProfessionalWorkstation Code: Dism /unmount-wim /mountdir:C:\mount /commit Code: imagex /flags "ProfessionalWorkstation" /info C:\install.wim 1 "Windows 10 Pro for Workstations" "Windows 10 Pro for Workstations"
Me too.. I can't download NET Framework 3.5. And a few other bugs you would not expect in RTM. I'm back to 15063.
me either but i used command this one should do the job DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:F:\sources\sxs just change the f in the name your usb or dvd...press enter will take few seconds done! if you have iso in your pc extract in one folder name dvd move in your HD and change the lines for example: DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:F:\DVD\sources\sxs