I ran into this issue by swapping system hard drives and solved this by doing the following
- Press CTRL-ALT-DEL and open the task manager
- Click File Run new task
- Enter cmd and click the “create this task with administrative privileges”
- Run
sfc /scannow
- Run
dism /online /cleanup-image /restorehealth
No guarantee that this will help you too.