Situatie
Error 0x80D05001 is one of the most frequent Microsoft Store errors and it prevents Windows 10 users from downloading apps and installing updates.
Solutie
Pasi de urmat
Reset Microsoft Store
- Reset the Microsoft Store and see if that helps.
- To do so, open the Windows Settings and go to Apps > Apps and features.
- Move to the right side and search for Microsoft Store.
- Once you find, select it and click on the Advanced options link.
Disable antivirus and firewall
- Go to Control Panel, and open Windows Defender Firewall.
- Select Turn Windows Defender Firewall on or off.
- Disable Windows Firewall for both private and public networks.
- Confirm selection and try updating again.
Run SFC Scan & DISM
- To do so, click on the Start button and enter cmd.
- Then right-click on Command Prompt and select Run as administrator.
- In the elevated command prompt window, type the following command and press enter to run it:
- “sfc /scannow”
- “DISM.exe /Online /Cleanup-image /Restorehealth”
Repair Microsoft Store
- Go to Search, type powershell, right-click PowerShell, and go to Run as Administrator.
- In the command prompt, enter the following command:
PowerShell -ExecutionPolicy Unrestricted –Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Wait for the process to finish and restart your computer.
Leave A Comment?