Fix Microsoft Store Error 0x80073D0D When Downloading/Installing Apps or Games

165 Aufrufe
Published
How to Fix Microsoft Store Error 0x80073D0D while Installing Games (Minecraft) or Apps from Microsoft Store on Windows 10
Step 1) Make sure the Date & Time is correct
Step 2) Sign out and Sign in again on Microsoft Store.
Step 3) Update Windows 10
Step 4) Update Store Apps
Step 5) Run Windows Store apps troubleshooter
Step 6) Clear store cache Using wsreset command
Step 7) Reset Store app
Step 8) Restart Microsoft Install and update service
Step 9) Re Register Store
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

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

Step 10) Uninstall & Reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage

Reboot your computer

Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Step 11) Run SFC and DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
Step 12) Run inetcpl.cpl command
In Advanced Tab
Tick Use TLS 1.2
Step 13) Update Windows 10 using Media Creation Tool: https://www.microsoft.com/en-in/software-download/windows10
Kategorien
PC (Windows/Mac/Linux) Anleitungen
Kommentare deaktiviert.