Skip to content

Instantly share code, notes, and snippets.

@dfop02
Created June 9, 2024 00:09
Show Gist options
  • Save dfop02/d2a1f262689919674e0f6f0a28978a18 to your computer and use it in GitHub Desktop.
Save dfop02/d2a1f262689919674e0f6f0a28978a18 to your computer and use it in GitHub Desktop.
Cleaning Infected Win 10
# What they do?
# They make Windows compare itself to a known good image from Microsoft and replace anything that doesn't look the same.
# It fixes any parts of windows that have been broken or replaced for some reason.
Dism.exe /online /cleanup-image /restorehealth
Sfc /scannow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment