Hi Troy,
Thanks for sharing your concern on Microsoft Community.
As per your query, I suggest you to run DISM commands and check if it helps.
Deployment Image Servicing and Management (DISM) is a new command line tool that you can use to service a Windows image or prepare a Windows PE image. The DISM tool replaces the Package Manager (pkgmgr.exe), PEimg, and Intlcfg tools. DISM consolidates the functionality found in those three tools, as well as delivers new functionality to improve the experience of offline servicing.
Follow the steps to Run DISM Commands:
- Press Windows + x on your keyboard.
- Select Command prompt (Admin) to open Administrator Command Prompt .
- In the Administrator: Command Prompt window, type the following commands. Press the Enter key after each command:
dism.exe /online /cleanup-image /scanhealth
dism.exe /online /cleanup-image /restorehealth
Hope it helps, reply to us with the status of your issue. We will be happy to assist you.