Forum Discussion
MahiroMiyake
Oct 24, 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 still not for Paint3D and MSNWeather.
3 Replies
Sort By
- Ashish_UpadhyayCopper ContributorHi, 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.- MahiroMiyakeCopper Contributor
ok. thank you for your kindness.
- Ashish_UpadhyayCopper ContributorDid it solve your problem? Please let me know, that would be very helpful.