Last updated on December 27, 2023

Here are some tips & tricks for Windows 10 and Windows 11 whenever you want to improve performance and system stability.

System Health

To check the system health on your computer simply follow the steps below. Run Windows Terminal (Windows 11), CMD (Command Prompt) or Windows PowerShell as administrator.

Deployment Image Servicing and Management (DISM) tool

1. Type in the following code and then press enter. DISM will run and verify any data corruption that may require fixing.

DISM /Online /Cleanup-Image /CheckHealth

2. Next we will run DISM with ScanHealth. This advanced scan may take several minutes to check and determine whether the Windows 10 image needs repairing.

DISM /Online /Cleanup-Image /ScanHealth

3. The next step will run DISM with RestoreHealth. DISM will connect to Windows Update online to download and replace damaged files, if it found any.

DISM /Online /Cleanup-Image /RestoreHealth

System File Checker (sfc) tool

4. When you have run the above tool (DISM) it’s time to run the SFC. This tool will repair corrupt files if it find any. After it has finished restart your computer and your computer should run much smoother.

sfc /scannow

Privacy is what allows us to determine who we are and who we want to be

Edward Snowden

The solution to government surveillance is to encrypt everything

Eric Schmidt