Error 0xc0000225 is the error that occurs on system startup, most times error just disappears all by itself but in some cases, it can be really persistent and can even cause you not to be able to enter the system that could be a really annoying thing, especially if there is some important task waiting to be finished.
In this guide, we will present you with solutions for this error and how to solve it so you can get back to work as soon as possible.
If an error repeats itself constantly and you are unable to boot into Windows itself you will need to prepare Windows boot USB. You can download the Microsoft media creation tool here and then use it to create a bootable USB with Windows 10.
Once the USB is done reboot your system and boot from USB. CHoose repair Windows instead of install and follow onscreen instructions.
If you can log into Windows bring up the command prompt in administrator mode and type in it SFC /SCANNOW followed by ENTER, wait for the whole operation to finish, and then reboot the system.

Set-ExecutionPolicy Unrestricted
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
Error Causes
Error Causes1. Open the “Get Windows 10” application. 2. Open the menu in the upper left corner, looks like three blue lines. 3. Select “Check your PC”. 4. The system will tell you which drivers are incompatible. 5. Go to the Microsoft Support website to install and/or update the drivers that proved to be an issue. 6. Once the driver issue is corrected, retry the Windows 10 update.
Get-AppxPackage Microsoft.BingWeather | Remove-AppxPackage
Set-ExecutionPolicy Unrestricted
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}Note: In the command given, do not forget to replace the “PackageFullName” with the actual package name for the Photos app. After executing the command, it will uninstall the Photos app from your computer so you need to install it again from the Windows Store by simply looking for it. Once you found it, just click on install to start the installation process.