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

Yes, sorry forgot to confirm.

Code:
C:\Windows\system32>sfc /scannow

Beginning system scan.  This process will take some time.


Beginning verification phase of system scan.
Verification 100% complete.


Windows Resource Protection did not find any integrity violations.


C:\Windows\system32>
 
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.
 
I wish I did but the only other bootable server I have is a Win 2012 box. I do have access to the original install image and backups from a ways back possibly before the issue occurred in case of some use...?
 
1. Click your Start button and type cmd in the search box. Right-click on cmd from the search results and select Run as administrator. Answer Yes if the UAC prompt comes up.
2. Copy/Paste the following in to the command-prompt window and hit enter.
wmic qfe list brief /format:texttablewsys > "%USERPROFILE%\desktop\hotfix.txt"

3. This will create a file on your desktop named hotfix.txt. Please attach this to your next reply.
 
MS directly. Ironically, WSUS is the role in trying to add in addition to the update.
 
Lovely.

Try these steps:


  • Run the Windows PowerShell command-line interface by using administrator-level privileges.
  • Run the following cmdlet in the PowerShell window:Remove-WindowsPackage -Online -PackageName Microsoft-Windows-UpdateServices-CoreServices-Package~31bf3856ad364e35~amd64~tr-TR~10.0.14393.0

  • Restart the server.
 
I was waiting until late enough I could reboot the server after trying the command but it actually threw a strange access denied error:

Code:
Remove-WindowsPackage : Access is denied.
At line:1 char:1
+ Remove-WindowsPackage -Online -PackageName Microsoft-Windows-UpdateSe ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Remove-WindowsPackage], COMException
    + FullyQualifiedErrorId : Microsoft.Dism.Commands.RemoveWindowsPackageCommand
 
Please try the following command instead: Remove-WindowsPackage -Online -PackageName Microsoft-Windows-UpdateServices-CoreServices-Package~31bf3856ad364e35~amd64~tr-TR~10.0.14393
 
That one gave me:

Code:
Remove-WindowsPackage : The parameter is incorrect.
At line:1 char:1
+ Remove-WindowsPackage -Online -PackageName Microsoft-Windows-UpdateSe ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Remove-WindowsPackage], PSArgumentException
    + FullyQualifiedErrorId : Microsoft.Dism.Commands.RemoveWindowsPackageCommand
 
Step#1 - Export registry as hive



  • Click on the Start button and in the search box, type regedit
  • When you see regedit on the list, right-click on it and select Run as administrator.
  • When regedit opens, using the left pane, navigate to the following registry key and select it by clicking on it once.

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing
  • Once selected, click File > Export....
  • Change the Save as type: to Registry Hive Files (*.*).
  • Name this file ComponentBasedServicing (with no file extension) and save it to your Desktop.
  • Right-click on the saved file and choose Send To -> Compressed (zipped) Folder.
  • Attach the .ZIP file to your next post.
  • If the file is too large to upload here, upload to SendSpace and just provide the link here.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top