Hi Jerry,
There might be some corrupted system files on your computer, causing this one to happen. Kindly do the following system scans provided below to diagnose and resolve any possible underlying cause of this issue:
Method 1:
System file checker is a utility in Windows that allows users to scan for corruptions in Windows system files and restore corrupted files.
Run system file checker (SFC) and see if it helps. Please follow these steps:
- Press Windows + X keys and click command prompt (admin).
- Type the following command in command prompt and press Enter.
sfc /scannow
If it does not help, use method 2.
Method 2:
Run DISM tool and check the issue. Please follow these steps:
- Press Windows + X keys and click command prompt (admin).
- Type the following command in command prompt and press Enter.
*DISM.exe /Online /Cleanup-image /*Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth
Let us know how it goes.