[SOLVED] Error 0x80073701 w/Windows Update & New Roles/Features Add (Win Server 2016)

Step#1 - DISM /RestoreHealth Scan
Warning:this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.



  1. Right-click on the Start button and select Command Prompt (Admin)
  2. When command prompt opens, Copy (Ctrl+C) and Paste (Right-click > Paste) the following command into it, then press Enter
    Dism /Online /Cleanup-Image /RestoreHealth
  3. Once it finishes, copy and paste the following into the command-prompt window and press Enter. If prompted to overwrite the existing file go ahead.
    copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
  4. Once this has completed please go to your Desktop and you will find CBS.txt => Please zip/upload to this thread.
    Please Note:: if the file is too big (over 7MB) to upload to your next post, please upload via a service such as Dropbox or One Drive or SendSpace and just provide the link.
 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\PackageIndex\Package_for_RollupFix~31bf3856ad364e35~amd64~~0.0.0.0
Find and delete the following value: Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.2368.1.2

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\PackageDetect\Package_for_KB4132216~31bf3856ad364e35~amd64~~0.0.0.0
Find and delete the following value: Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.2368.1.2
 
Interesating. I'm not able to delete either even when logged in with the Administrator account. I get: Unable to delete all specified values.
 
Manually Delete Registry Key
1. Click your Start button and type regedit in the search box.
2. Right-click on regedit.exe that comes up in the search results and select Run as administrator. Answer Yes to the UAC prompt.
3. The registry editor will open which is a window divided vertically into two panes. Make sure you scroll all the way to the top of the screen and click any black downward pointing arrows so that they turn white and all the keys are collapsed.
4. Now click the arrow next to HKEY_LOCAL_MACHINE and it will expand all the subkeys beneath it.
5. Scroll down and find the subkey named SOFTWARE and expand that. Continue expanding the following ones Microsoft\Windows\CurrentVersion\Component Based Servicing\PackageIndex
6. Beneath PackageIndex you should see a key named Package_for_RollupFix~31bf3856ad364e35~amd64~~0.0.0.0 (You will likely need to scroll down but you will eventually get to it)
7. Right-click on the key named Package_for_RollupFix~31bf3856ad364e35~amd64~~0.0.0.0 and select Permissions...
8. On the Permissions dialog click the Advanced button.
9. Click the Permissions tab on the Advanced Security Settings dialog.
10. Click the Change button
11. Type <your username> in the text box and click OK.
12. Check the box "Replace owner on subcontainers and objects".
13. Click the Permissions tab again and uncheck "Include inheritable permissions from this object's parent".
14. If prompted with a Windows Security warning with Add and Remove buttons, click Add.
15. Click OK to close the Advanced Security Settings dialog.
16. Make sure the <Your Username> group is selected in the Permissions dialog and ensure that the checkbox for Full Control under the Allow column is checked. Click OK.
17. Now, right click on the Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.2368.1.2 value and select Delete. Answer Yes to the confirm dialog.

Repeat the same for:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\PackageDetect\Package_for_KB4132216~31bf3856ad364e35~amd64~~0.0.0.0
 
Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2018-10-04 09:11:43.575
Microsoft Windows Server 10 Build 14393 - amd64
Using .txt script file at C:\Users\sansnil\Desktop\SFCFixScript.txt [0]








RegistryScript::
Successfully took ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components.


Successfully imported registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-x..oyment-languagepack_31bf3856ad364e35_10.0.14393.0_tr-tr_53567e665e65fcd8.


Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-x..oyment-languagepack_31bf3856ad364e35_10.0.14393.0_tr-tr_53567e665e65fcd8.
Successfully restored ownership and permissions for registry key HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components.
RegistryScript:: directive completed successfully.








Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 25 datablocks.
Finish time: 2018-10-04 09:11:45.151
Script hash: ktsEpj+W1VRo+ozJIwYW4fyxRDWq1ToGNaG9KNruY20=
----------------------EOF-----------------------
 

Attachments

Back
Top