Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nosmall/1aafd8c5519d03ead7d8be6e1129af39 to your computer and use it in GitHub Desktop.
Save nosmall/1aafd8c5519d03ead7d8be6e1129af39 to your computer and use it in GitHub Desktop.
FIX for Windows 10 File Explorer Windows Don't Refresh / Don't Work

FIX for Windows 10 File Explorer Windows Don't Refresh / Don't Work

Options:
  1. Run CMD as Administrator - DISM.exe /Online /Cleanup-image /Restorehealth
  2. Run BAT script as Administrator - fix_file_explorer.bat
ECHO OFF
DISM.exe /Online /Cleanup-image /Restorehealth
PAUSE
  1. Source: https://answers.microsoft.com/..
ECHO OFF
DISM.exe /Online /Cleanup-image /Restorehealth
PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment