JuicyAppleNews

  • Juicy Apple News
  • MAC
  • How to
  • iPad
  • IOS
  • iOS Games
  • Contact Us

Error “devastating failure 0x8000FFFF” on Windows, how to fix?

03/05/2020 by ALOK DAS

[ad_1]

The famous “blue screen” has become an integral part of Windows, as well as the legendary Start button. That’s just the onset of such an event becomes a problem. Technical information is written in white letters on a blue background, which, theoretically, will help determine the cause of the problem. But it will be later, after a forced reboot with loss of data and open documents.

Error codes can indicate problems in both hardware and software. Surprisingly, sometimes Microsoft itself produces products that can cause a critical failure of its own operating system.

On Windows 10, error code 0x8000ffff is directly related to Update Center. She also says that there are problems with the functioning of the proprietary application store Microsoft Store. There is a blue screen or notification with this error code, often after updating Windows 10 and trying to install the application from the Microsoft Store.

Nevertheless, this error is not so critical as to paralyze the computer and require a rearrangement of the entire system. There are several ways to fix it. Let’s get acquainted with them and try to solve the problem with the error “Destructive failure 0x8000FFFF”.

♥ BY TOPIC: 32-bit or 64-bit Windows: what is the difference and which system do you need to install?

Use the troubleshooter to fix error 0x8000FFFF

Not all users are aware that Windows 10 has a built-in system troubleshooting tool. It contains a fairly large list of potential sources of problems. One of them relates to the Microsoft Store. To run this tool, do the following:

1. Press a key combination Windows + I

2. In the search bar write “Troubleshooting»And run the proposed application.

Use the troubleshooter to fix error 0x8000FFFF

3. Scrolling down, select “Windows Store Apps“. The button “Run the troubleshooter“.

Use the troubleshooter to fix error 0x8000FFFF

4. After clicking on it, follow the instructions that may resolve the 0x8000ffff error.

♥ BY TOPIC: How to download the free Google Earth Pro program for Mac and Windows (it used to cost 25,000 rubles).

Delete Microsoft Store Cache to Fix Error 0x8000FFFF

Another way to deal with the problem is to clear the Microsoft Store cache. Unfortunately, Microsoft did not provide such a menu, so you have to enter a few commands with your hands.

1. Press a combination Windows + Rto open a window “Run”.

2. In the field “Open“ enter command wsreset.exe and press the OK key.

Removing the Microsoft Store Cache

3. For about 10 seconds, a blank black window will appear, and when it disappears, the Microsoft Store will start. If this does not work, then the cache can be cleared differently.

Press the combination again Windows + R and open the window “Run”.

See also  Which is better - Windows or Mac? 12 good reasons to buy an Apple computer

Enter the string:

C:Users%USERNAME%AppDataLocalPackagesMicrosoft.WindowsStore_8wekyb3d8bbweLocalState

A folder with the store’s cache will open. If there is a Cache directory inside, rename it, for example, to Cache.old. Then, even if the Cache folder was not originally there, create a new one with this name.

Removing the Microsoft Store Cache

Now you can run the troubleshooter as described above. This will help detect and fix the problem.

♥ BY TOPIC: Free video editors: 6 best video editing software for Windows and Mac.

Reconfigure or reinstall the Microsoft Store to resolve the 0x8000FFFF error

To resolve the error, you can try to reconfigure the Microsoft Store. To do this, do the following:

1. In the menu search box “Start” enter command Powershell. After displaying it, right-click and select the “Run as administrator“.

Reconfigure or reinstall the Microsoft Store to resolve the 0x8000FFFF error

2. In the Powershell window, enter the following command:

Powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register

add to her

$Env:SystemRootWinStoreAppxManifest.xml

and press Enter.

Reconfigure or reinstall the Microsoft Store to resolve the 0x8000FFFF error

3. Restart your computer.

Reconfiguring the Microsoft Store sometimes does not help combat the 0x8000ffff error. In this case, you can try to completely reinstall this application. It won’t take much time. For this:

1. In the menu search box “Start” enter command Powershell. After displaying it, right-click and select the option “Run as administrator”.

2. Paste the following command into the window:

Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}

Reconfigure or reinstall the Microsoft Store to resolve the 0x8000FFFF error

3. Close the Powershell console and reboot the system.

♥ BY TOPIC: How to speed up Windows 10, 8 or 7 by disabling unnecessary operating system services.

Use the utilities CHKDSK and SFC to solve the problem with error 0x8000FFFF

The CHKDSK system utility is a great Windows tool for checking file system integrity. While working with certain keys, this program can also fix existing problems. You can start CHKDSK from the command line, the utility has several excellent functions in its arsenal.

1. In the search menu window, enter a query “Command line”. Then right-click on the application and select the option “Run as administrator”.

2. In the window that appears, type the command chkdsk / r and press the key “Enter”. The command will allow you to start scanning the system for errors and will correct them as it is detected.

If this tool does not help, then go to the next one – Windows System File Check (SFC). The utility is similar to the previous one, but it checks the integrity of not all the files on the disk in general, but the system operating system itself. Before starting the SFC program, you should make sure its functionality.

At this step, you will need the DISM utility (Deployment Image Servicing and Management System). The complex name hides another utility integrated with the operating system with a wide range of features. In our case, we need a command with a key that guarantees the correct operation of the patch. At the command prompt launched as Administrator, type the following command and press Enter:

See also  Why a touchpad keyboard turns the Apple iPod Pro into a millennial generation tool

DISM /online /cleanup-image /restorehealth

Wait for the process to complete. It can take up to 20 minutes, but it depends on the speed of the entire system. Even if it seems that the process has been suspended, it is worth waiting for its completion.

Work with CHKDSK and SFC utilities

After the utility completes, enter the command in the command line:

sfc /scannow

and confirm by pressing Enter.

♥ BY TOPIC: How to automatically switch the language (layout) on the keyboard in macOS or Windows.

Delete SoftwareDistribution System Folder to Fix Error 0X8000ffff

Removing this directory may restore Windows Update and, at the same time, fix the error. “Destructive failure 0x8000FFFF”. However, you should not rush to delete the “unnecessary” folder. Nevertheless, its contents are required by the system, and without it some undesirable effects are possible. For example, deleting a folder will deprive the system of the history of its updates. The next time you try to update Windows, scanning for installed patches may take several minutes.

1. In the search menu window, type “Command line“. Then right-click on the application and select the option “Run as administrator”.

2. Enter the command net stop wuauserv to stop the system update service.

3. Enter the command net stop bits. It will stop the Background Intelligent Data Service, which is responsible for downloading updates.

4. Run Conductor and paste the following path into its address bar:

C: Windows SoftwareDistribution

After going to this folder, select all subdirectories and files by clicking Ctrl + A. Delete them by pressing the key Delete on keyboard.

Delete SoftwareDistribution System Folder to Fix Error 0X8000ffff

If you can’t delete the files, you must restart the computer and repeat this process. After the SoftwareDistribution directory is completely cleaned up, the system must be rebooted again.

♥ BY TOPIC: Google Chrome Secrets for Windows and Mac: 15 Features You May Not Know About.

Verify Cryptography Services to resolve error 0x8000FFFF

This service is closely associated with Windows Update and the Microsoft Store. If the service does not work correctly or refuses to be turned off, the operating system will not be able to update and will constantly throw error messages. One of them is designated 0x8000ffff.

1. In the search menu bar, type “services” or “service»And select the classic application.

2. In the long list, find Cryptography Services.

See also  How to change / replace the sky in a photo using the Luminar application on Windows or Mac

3. Make sure that the option is set in the startup type settings “Automatically”.

4. If the service is disabled, click “Run”.

Verify Cryptography Services to resolve error 0x8000FFFF

♥ BY TOPIC: iCloud on your computer, or how to upload photos, videos from the cloud to Windows and vice versa.

Fix possible network problems to solve the problem with error 0x8000FFFF

According to some users, the error 0x8000ffff may be related to network problems. You can also use the built-in troubleshooting tool in Windows 10 to fix these problems.

1. Press a key combination Windows + I

2. In the search bar write “Troubleshooting” and run the proposed application.

3. Scrolling down, select “Network adapter” or Internet Connections, then following the instructions on the screen.

If this does not help, then try changing your DNS settings. Switching to alternate servers sometimes helps solve network problems.

1. In the search menu bar, type “Network status” and select the appropriate application from System parameters.

2. Go to “Configuring adapter settings.”

3. In the list of network adapters, find the main one responsible for the active connection, right-click on it and select Properties → IP Version 4 → Properties.

4. In the section “Use the following DNS server addresses“Enter 1.1.1.1 and 8.8.8.8. Click OK.

Fix possible network problems to solve the problem with error 0x8000FFFF

The first DNS server is fast and confidential, while the second is Google’s public DNS.

♥ BY TOPIC: How to format (erase) a USB flash drive on Windows or Mac (macOS).

Full reset of Windows 10, as the last attempt to solve the problem with error 0x8000FFFF

If the above methods did not help, then it is time to move on to the latter. Resetting Windows 10 will certainly help. During this procedure, system files will be replaced with the original ones. Theoretically, this should eliminate memory management errors. But at the same time, most important files will remain safe and sound.

1. Go to Parameters Windows → Update and security → Recovery. In section “Restore the computer to its original state“Press the”To begin“.

Full reset of Windows 10

2. At the last step, select one of the options: “Save my files” or “delete everything“.

Full reset of Windows 10

After this, a reboot will begin, so it is better to make copies of all important files in advance.

Error code 0x8000FFFF defeated!

One of the above recipes or a combination of them should fix the problem and return the Microsoft Store to a healthy state. We hope that you do not have to resort to the last, most cardinal way. It should be addressed as an absolute and final decision.

See also:

[ad_2]

Filed Under: Uncategorized Tagged With: 0x8000FFFF, devastating, error, failure, fix, windows

Best Deal of the Day



Categories

  • All Apple NEWS
  • casino gambling, arts and entertainment, finance, home
  • Crypto
  • How to
  • IOS
  • iOS Games
  • iPad
  • iPhone 11 Pro
  • iPhone XR
  • iPhone XS
  • MAC
  • VPN

Copyright © 2023 JuicyApplenews.com

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT