Hi,
Try to use the DISM tool and run SFC scan to repair any missing or corrupted system files. In the Windows search bar, type in cmd, right-click on Command Prompt and Run as administrator. Click “Yes” to allow the command prompt if prompted by User Account Control. Copy and paste the following commands and hit Enter after each command line.
DISM.exe /Online /Cleanup-image /Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow
Once the scan is finished, close the command prompt window and reboot your computer. Check to see if the problem is resolved.
Regards.