Forum Discussion
MahiroMiyake
Oct 23, 2020Copper Contributor
0x803FB005 on Paint3D & MSNWeather
Before insider build 20241, My PC showed error code 0x803FB005 when I try to install paint3D, MSNWeather, and OneNote for win10. Now, it finally downloaded OneNote after 20241 was announced, but sti...
Ashish_Upadhyay
Oct 25, 2020Brass Contributor
Hi, Mahiro
Until the problem is fixed by the developers, you can use this Power Shell command to reinstall pre-installed apps.
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Don't worry about the errors that it will show, it's totally normal. After the process is completed uninstall all the unnecessary apps that you don't need.
Until the problem is fixed by the developers, you can use this Power Shell command to reinstall pre-installed apps.
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Don't worry about the errors that it will show, it's totally normal. After the process is completed uninstall all the unnecessary apps that you don't need.
- MahiroMiyakeOct 28, 2020Copper Contributor
ok. thank you for your kindness.
- Ashish_UpadhyayOct 28, 2020Brass ContributorDid it solve your problem? Please let me know, that would be very helpful.