Commands
Basics Links
Great Commands Used to Cleanup Windows 10
Press the Start key and type the word CMD,
right click on the command prompt and select Run as administrator.
Enter the following commands one by one followed by the Enter key:
--------------------
DISM.exe /Online /Cleanup-image /Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth
DISM.exe /online /cleanup-image /startcomponentcleanup
Reboot Computer
Go to Powershell again and run
sfc /scannow
--------------------
Rebuild Performance Counters
Go to c:\windows\syswow64
Run Lodctr /R
Go to c:\windows\system32
Run Lodctr /R
--------------------
