Windows 10 most of the App running in the background which is not required most of the time for the users. So, try to disable non-usable or all the App which is running in the background and see if this resolve your problem.
Disable background App:
Open Start > Settings > Privacy > Background apps
Disable all Background apps.
Run DISM check:
From an [ elevated command prompt ]
You can run Check, then Scan, but you should always run RESTORE HEALTH
To check the health (You would use /CheckHealth to only check whether the image has been flagged as corrupted)
-
run Dism /Online /Cleanup-Image /CheckHealth
-
run Dism /Online /Cleanup-Image /ScanHealth
-
Use DISM /Online /Cleanup-Image /RestoreHealth
This generally takes 15-30 minutes depending on the corruption and size of the partition