Fixing system Windows 10

One way to solve many problems in Windows 10 is to make the same operating system review the status of all your files and programs.

To do this we will perform these steps: (Each command can take many minutes or hours).

  1. Press the key Windows + X
  2. In the window that opens at the bottom left, we select: Symbol of System (Administrator) or Windows Power Shell (Administrator).
  3. In this command window we have to write the following commands, one at a time and waiting for each one to finish:
    sfc /scannow
    dism.exe /online /cleanup-image /scanhealth
    dism.exe /online /cleanup-image /restorehealth 
    dism.exe /online /cleanup-image /startcomponentcleanup

This would have to repair many generic Windows 10 problems.