Skip to content

Instantly share code, notes, and snippets.

@vishnumitraha
Last active November 27, 2020 05:17
Show Gist options
  • Save vishnumitraha/ed4e220b1cbb67cd0e3467de1661ea87 to your computer and use it in GitHub Desktop.
Save vishnumitraha/ed4e220b1cbb67cd0e3467de1661ea87 to your computer and use it in GitHub Desktop.
Windows Desktop Explorer refresh issue

Use the DISM tool and System File Checker for repairing any missing or corrupted system files:

System File Checker (SFC)/DISM is a utility in Windows that allows users to scan for corruptions in Windows system files and restore corrupted files.

Right click on the Start Menu and select Command Prompt (Admin).

If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.

Type or copy paste the below command lines into it and hit Enter:

DISM.exe /Online /Cleanup-image /Scanhealth

DISM.exe /Online /Cleanup-image /Restorehealth

sfc /scannow

To close the Administrator: Command prompt window, type Exit, and then press Enter. Reboot your system to see if problem still occurs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment