see if this helps
right click start button
choose command prompt (admin)
type
SFC /scannow and press enter
once its complete, copy/paste this into same window and press enter:
DISM /Online /Cleanup-Image /RestoreHealth
SFC cleans and fixes system files, DISM cleans the files reset would use to rebuild PC and also the files SFC uses to compare system files, so if SFC /scannow didn't fix everything first time, re run it and restart PC.
If DISM asks for a source, are you on version 1607 of Windows 10?
If not sure, right click start, choose run..., type
winver and press enter.
If version is 1607, Download a copy of the win 10 iso from
Here - create ISO by telling it you want to make DVD - and then mount that ISO in file explorer (see
Here) and then copy paste the below command into command prompt (admin)
DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
Where "X" is the drive letter where the ISO is located. Simply change the "X" to the correct drive letter
If version isn't 1607, go to
here and press update now. this will download the update assistant. Run it and it will upgrade win 10 to latest version of win 10 and probably fix the problems you have now.