+3 votes
254 views
Fix ERROR 0x8000ffff Windows Update Windows 10 2021

in Windows 10 by (551k points)
reopened | 254 views

1 Answer

+4 votes
Best answer

1. Repair error 0x8000ffff from CMD
2. Repair error 0x8000ffff from PowerShell

Windows 10 is a system that is constantly updated, whether security, cumulative, etc., always looking for the user to have a reliable system, compatible with the latest applications and programs, but above all that it meets the required requirements. These updates are carried out through Windows Update where the updates available to be downloaded by local computers are hosted, but in this process the error 0x8000ffff may appear..

 

 

This error can occur due to defective or non-existent Windows components, but in the case of Windows Update, the origin is in its own processes.

 

TechnoWikis will explain how to fix this error 0x80000fff in Windows 10..

 

 

To stay up to date, remember to subscribe to our YouTube channel!   SUBSCRIBE

 

 


1. Repair error 0x8000ffff from CMD

 

Step 1

We access the CMD as administrators:

 

image

 

Step 2

In the console, run the following command to set the Windows Update service to automatic:
 sc config wuauserv start = auto 
image

 

Step 3

Now we execute the following command to automatically leave the BITS background transfer service:
 sc config bits start = auto 
image

 

Step 4

Then we configure the encryption service automatically:
 sc config cryptsvc start = auto 
image

 

Step 5

The next step will be to automatically configure the trusted installers service, we execute:
 sc config trustedinstaller start = auto 
image

 

Step 6

Now we stop the Windows Update service with the command:
 net stop wuauserv 
image

 

Step 7

We stop the cryptography service, run:
 net stop cryptsvc 
image

 

Step 8

We execute the following command to stop the transfer service in the background:
 net stop bits 
image

 

Step 9

Then run the following command to stop the Windows Installer service:
 net stop msiserver 
image

 

Step 10

Next we will execute the following:
 ren c: \ windows \ softwareDistribution softwareDistribution.old 
image

 

Note
It is normal to get the access denied error as it is a system folder.

 

Step 11

Then we will use the following command:
 ren c: windows \ system32 \ catroot2 catroot2.old 
This folder may not exist on your computer.

 

image

 

Step 12

The next step will be to start the services, first of all we execute the following command to start the Windows Update service:
 net start wuauserv 
image

 

Step 13

Start the crypto service:
 net start cryptsvc 
image

 

Step 14

We start the transfer service in the background:
 net start bits 
image

 

Step 15

We start the Windows Installer service:
 net start msiserver 
image

 

Up to this point we have worked in the command prompt console in Windows 10.

 


2. Repair error 0x8000ffff from PowerShell

 

Step 1

We access PowerShell as administrators:

 

image

 

Step 2

In the PowerShell console we execute the following command to update the Windows Update service.
 wuauclt.exe / updatenow 
image

 

Step 3

Now we are going to perform an analysis of the Windows 10 file system with SFC (System File Checker), for this we execute:
 sfc / scannow 
image

 

If errors are detected, SFC will automatically fix them..

 

Step 4

Finally we are going to execute the following:
 Repair-WindowsImage -Online -RestoreHealth 
This command is responsible for validating the status of the system image:

 

image

 

Step 5

At the end we will see the following:

 

image

 

Here are the steps available to fix error 0x8000ffff in Windows 10.

 


by (3.5m points)

Related questions

+3 votes
2 answers
asked May 17, 2019 in Windows 10 by backtothefuture (551k points) | 611 views
+4 votes
1 answer
+3 votes
1 answer
asked Oct 22, 2019 in Windows 10 by backtothefuture (551k points) | 286 views
+5 votes
2 answers
asked Aug 21, 2019 in Windows 10 by backtothefuture (551k points) | 877 views
+4 votes
1 answer
asked May 19, 2021 in Windows 10 by backtothefuture (551k points) | 93 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,632 questions
10,764 answers
510 comments
3 users