Fix Can't Download or Install Forza Horizon 4 From Microsoft Store because of an error, Steps to Fix Forza Horizon 4 Download and Installation Issue from Microsoft Store Error 0x80073CFB
1) Sign out and Sign in again on Microsoft Store. Make sure date and time/Zone is correct
2) Run Windows Store Troubleshooter
3) Clear store cache Using wsreset command
4) Update Windows 10
5) Update Apps
6) Reset Store app
7) Restart Windows Update Service and background intelligence service
8) Run these sommands
ipconfig /flushdns
ipconfig /release
ipconfig /renew
netsh winsock reset
netsh int ip reset
9) Run Powershell command
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}
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”}
11) Run DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
12) Run inetcpl.cpl command
In Advanced Tab
Tick Use TLS 1.2
13) Update Windows 10 using Media Creation Tool
1) Sign out and Sign in again on Microsoft Store. Make sure date and time/Zone is correct
2) Run Windows Store Troubleshooter
3) Clear store cache Using wsreset command
4) Update Windows 10
5) Update Apps
6) Reset Store app
7) Restart Windows Update Service and background intelligence service
8) Run these sommands
ipconfig /flushdns
ipconfig /release
ipconfig /renew
netsh winsock reset
netsh int ip reset
9) Run Powershell command
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}
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”}
11) Run DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
12) Run inetcpl.cpl command
In Advanced Tab
Tick Use TLS 1.2
13) Update Windows 10 using Media Creation Tool
- Kategorien
- PC (Windows/Mac/Linux) Anleitungen
Kommentare deaktiviert.