Location:
State:
Carrier
Country
Status

Error 0x800f081f in Win 10


Store not opening-Edge stopped opening (just shows for a second)
Appears to have happened after update?

Store not opening-Edge stopped opening (just shows for a second)
Appears to have happened after update?
If you receive Windows Update error 0x800F081F or 0x800F081F it means that a file needed by Windows Update is damaged or missing.
Windows has troubleshooting tools that can help you address this problem.


Run the DISM tool


1. Swipe in from the right edge of the screen, and then tap Search.
(If you're using a mouse, point to the lower-right corner of the screen, move the mouse pointer up, and then click Search.)


2.Enter command prompt in the search box.


3.In the list of results, press and hold or right-click Command Prompt, and then tap or click Run as administrator. Administrator permission required You might be asked for an admin password or to confirm your choice.


4.In the Administrator: Command Prompt window, type the following commands. Press the Enter key after each command:

dism.exe /online /cleanup-image /scanhealth

dism.exe /online /cleanup-image /restorehealth


5.To close the Administrator: Command prompt window, type exit, and then press Enter.


6.Run Windows Update again.


If you continue to see this error, try the Windows Update Troubleshooter, or go to the Microsoft Community website for more assistance.

Error codes this applies to:

•WindowsUpdate_800F081F


•0x800F081F


Source
Windows Update error 0x800F081F - Windows Help

Store not opening-Edge stopped opening (just shows for a second)
Appears to have happened after update?
Run a system file check to look for corrupt files. It will try to do repair if any found.
Right click at Start button > click Command Prompt (Admin) > at the flashing prompt, copy/paste this.......
sfc /scannow

> press Enter.
It will take quite sometime.
When finished, it will give you one of the 3 reports...............(paraphrasing)
1. No integrity violation.
2. Found corrupt files and repair successful.
3. Found corrupt files but unable to repair.

If the report is #1, your solution lies elsewhere.
If the report is #2, check if your problems have been resolved.
If the report is #3, use this method................
In the same Command Prompt (Admin) windows, copy and paste this command...........

dism /online /cleanup-image /restorehealth

> press Enter.
Again it will take some time.
When finished, it will give you a report.

In case you have any doubt, here is the article issued by Microsoft..................



direct copy from the article...................... ( this method is applicable to Windows 10 )

Solution for error 0x800f081f for Windows 8.1 or Windows 8

If you receive Windows Update error 0x800f081f, it means that Windows Update cannot determine the cryptographic service provider, or a file that Windows Update requires (named catalog store) is corrupted.
To resolve this problem, follow these steps:
Step 1: Use System File Checker to repair damaged Windows files
Use the System File Checker tool to repair damaged Windows files, and then run Windows Update again. To do this, follow these steps:

  • Open an elevated command prompt.
  • Run the following command:
    sfc /scannow
  • Try to install update again.

For more information about the System File Checker tool, view Use the System File Checker tool to repair missing or corrupted system files.
Step 2: Run the DISM tool
If the problem continues, use the Deployment Image Servicing and Management (DISM) tool to fix Windows corruption errors. To do this, follow these steps:

  • Open an elevated command prompt.
  • Run the following command: DISM.exe /Online /Cleanup-image /Restorehealth.

Important When you use the /online option, DISM uses Windows Update to provide the files that are required to fix corruptions. However, if Windows Update service is broken, don’t use the /online option. Instead, use a running Windows installation as the repair source, or use a Windows side-by-side folder from a network share or from a removable media, such as the Windows DVD, as the source of the files. To do this, run the following command instead:
DISM.exe /Online /Cleanup-Image /RestoreHealth /C:RepairSourceWindows /LimitAccess
Note Replace the C:RepairSourceWindows placeholder with the location of your repair source. For more information about using the DISM tool to repair Windows, reference Repair a Windows Image.
To learn more about this tool, go to Fix Windows corruption errors by using the DISM or System Update Readiness tool.

Error 0x800f081f in Win 10