[SOLVED] Error Code 8000FFFF Windows Update Windows Server 2008 R2

No. Nothing.

Farbar Recovery Scan Tool (x64) Version: 25.04.2018
Ran by prochg (07-06-2018 10:33:37)
Running from C:\Users\ProchG\Desktop
Boot Mode: Normal
================== Search Registry: "kb4054518" ===========

====== End of Search ======
 
Install Update with DISM



  1. Download this update and save to your desktop. The file name will be Windows6.1-KB4054518-x64.cab.zip.
  2. Right-click on this file and select Extract All... Click the Extract button. You can close the folder window that opens
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator. Go ahead and allow if you receive the UAC prompt.
  5. Copy and paste the following command into the command prompt window and press enter.

    dism /online /add-package /packagepath:%userprofile%\desktop\Windows6.1-KB4054518-x64.cab
  6. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation. <---You may not get this line.
    Do you want to restart the computer now (Y/N)? <---You may not get this line.




Go ahead and do so if prompted. Let me know what errors if any come up. If you do get errors, please zip/attach your CBS.log
 
Hi. I had this error

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>dism /online /add-package /packagepath:%userprofile%\deskto
\Windows6.1-KB4054518-x64.cab
Deployment Image Servicing and Management tool
Version: 6.1.7600.16385
Image Version: 6.1.7600.16385

Error: 87
No packages were found that require processing.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
C:\Windows\system32>

I added the dism.log

Thanks
 

Attachments

Hello.I had this error

C:\Windows\system32>dism /online /add-package /packagepath:%userprofile%\desktop
\Windows6.1-KB4054518-x64.cab\Windows6.1-KB4054518-x64.cab
Deployment Image Servicing and Management tool
Version: 6.1.7600.16385
Image Version: 6.1.7600.16385
Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~
~7601.23964.1.2
[=================== 33.3% ]
An error occurred - Package_for_RollupFix Error: 0x8000ffff
Error: 0x8000ffff
DISM failed. No operation was performed.
For more information, review the log file.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
 

Attachments

It gave me some fresh ideas, yes!


  1. Stop Cryptographic Services (cryptsvc) by running "net stop cryptsvc".
  2. Delete or rename the C:\Windows\System32\catroot2 folder.
  3. Start cryptsvc by running "net start cryptsvc".
  4. C:\Windows\System32\catroot2 will be recreated. If it is not, restart the computer.
  5. Wait for all the catalog files from C:\Windows\System32\catroot to be imported into the catroot2 database. This may take up to an hour, so be patient.
 

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

Back
Top