Answered by:
Windows 10 & RSAT Tools

Question
-
We have windows 10 Enterprise and we tried to install RSAT tools KB2693643..failed to install the update during reboot it will give 00000cd4 error and it will revert back the updates.Language pack is installed English US is the language installed.Tried also by changing the profile path to C: drive ....by default our environment user profile path is in d: drive
Please help to resolve the above.
Saturday, May 28, 2016 5:34 AM
Answers
-
Uploaded to Onedrive
Regarding your CBS.log. FWIW I think what I would try to do is find something to avoid the LanguageFeaturesOnDemand option. Presumably that would be documented somewhere, somehow. Doing that would definitely change your log and perhaps let you get further.
Notes:
PS>$cbslog | Select-String -Pattern "Session:" | Measure-Object Count : 37 Average : Sum : Maximum : Minimum : Property : PS>$cbslog | Select-String -Pattern "Session:" | Select-String -Pattern "LanguageFeaturesOnDemand" -Notmatch 2016-05-29 07:51:14, Info CBS Session: 30521693_1488607524 initialized by client DISM Package Manager Provider, external staging directory: (null) 2016-05-29 15:20:02, Info CBS Session: 30521756_185341012 initialized by client DISM Package Manager Provider, external staging directory: (null)
Do you know what the context of those two times would have been? In any case, if you look at each of those sessions you will see that they too were affected by the LanguageFeaturesOnDemand attribute, more reason (at least with no access to source or support documentation) to try to do something about that to change your symptom description.
Good luck
Robert Aldwinckle
---- Proposed as answer by Kate LiMicrosoft employee Monday, June 13, 2016 2:52 AM
- Marked as answer by Kate LiMicrosoft employee Monday, June 13, 2016 2:52 AM
Friday, June 3, 2016 2:01 PM
All replies
-
Try a clean boot then run the install, see if that helps i.e. it is a driver \ third-party software issue.
Saturday, May 28, 2016 4:47 PM -
00000cd4 error
Is that a typo? Nothing obvious from a search for this
message (0xc0000cd4 OR 3284)
Robert Aldwinckle
---Sunday, May 29, 2016 3:08 PM -
Tried clean boot as per the link but no luck still same error ...it will go till 24% and then restart and after restart it will go till 35% and then gives errorSunday, May 29, 2016 3:17 PM
-
Actual error posted above....C00000D4 applying update and then errorSunday, May 29, 2016 3:18 PM
-
Check the system with System file check (SFC) Scan and Repair System Files & DISM to fix things SFC cannot (guide by Team ZigZag) and see if that finds and fixes any issues.Sunday, May 29, 2016 8:20 PM
-
Hi Gopakumar0,
In addition, please also share about your CBS.log and the Windowsupdate.log.
It should be some install details logged there.
How to read Windows Update logs in Windows 10
https://support.microsoft.com/en-us/kb/3036646
Please mark the reply as an answer if you find it is helpful.
If you have feedback for TechNet Support, contact tnmff@microsoft.comMonday, May 30, 2016 2:38 AM -
Actual error posted above....C00000D4 applying update and then error
PS>net helpmsg (0xd4) The segment is locked and cannot be reallocated.
Looks like a chkdsk might be useful--if you knew which volume to do it on.
Robert Aldwinckle
---Monday, May 30, 2016 12:23 PM -
Will share the logs ....getting the attached error on cbs.log. Thanks for the tip ..Removed the update service link which was pointing to our internal SCCM server and rebooted but still getting the same error.
Tuesday, May 31, 2016 2:39 AM -
Tried that and even sfc but no luck ..believe our environment settings is causing some kind of issue ...we are using sccm image push for windows 10 .Tuesday, May 31, 2016 2:49 AM
-
Gopakumar0,
Would you please upload the log into OneDrive, then post the shared link here?
Regards
Please mark the reply as an answer if you find it is helpful.
If you have feedback for TechNet Support, contact tnmff@microsoft.comWednesday, June 1, 2016 7:57 AM -
Uploaded to Onedrive
https://1drv.ms/f/s!AovGIHomyJZuiSi5E9f-lEw0Kwbw
Friday, June 3, 2016 5:11 AM -
Uploaded to Onedrive
Regarding your WindowsUpdate.log. 10550 lines
PS>Get-Clipboard | Select-String -Pattern "Unknown\(" | Measure-Object Count : 10550
Isn't that useless. If we need it looks like you will have to do what this guy figured out...
Robert Aldwinckle
---Friday, June 3, 2016 12:49 PM -
Uploaded to Onedrive
Regarding your CBS.log. FWIW I think what I would try to do is find something to avoid the LanguageFeaturesOnDemand option. Presumably that would be documented somewhere, somehow. Doing that would definitely change your log and perhaps let you get further.
Notes:
PS>$cbslog | Select-String -Pattern "Session:" | Measure-Object Count : 37 Average : Sum : Maximum : Minimum : Property : PS>$cbslog | Select-String -Pattern "Session:" | Select-String -Pattern "LanguageFeaturesOnDemand" -Notmatch 2016-05-29 07:51:14, Info CBS Session: 30521693_1488607524 initialized by client DISM Package Manager Provider, external staging directory: (null) 2016-05-29 15:20:02, Info CBS Session: 30521756_185341012 initialized by client DISM Package Manager Provider, external staging directory: (null)
Do you know what the context of those two times would have been? In any case, if you look at each of those sessions you will see that they too were affected by the LanguageFeaturesOnDemand attribute, more reason (at least with no access to source or support documentation) to try to do something about that to change your symptom description.
Good luck
Robert Aldwinckle
---- Proposed as answer by Kate LiMicrosoft employee Monday, June 13, 2016 2:52 AM
- Marked as answer by Kate LiMicrosoft employee Monday, June 13, 2016 2:52 AM
Friday, June 3, 2016 2:01 PM -
Sorry for not being active for a couple of days .
Actually I formatted the machine and install a fresh windows 10 without using our image and it worked without any issues.
Something to do with our SCCM Image where we have got lots of policies and lots of restrictions.
Thanks a lot for all those who helped to troubleshoot the issue.
Monday, June 13, 2016 3:51 AM