Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deathponta/ab8dbbd63d7021591250e85d4fe43691 to your computer and use it in GitHub Desktop.
Save deathponta/ab8dbbd63d7021591250e85d4fe43691 to your computer and use it in GitHub Desktop.
PC健康診断_管理者権限でGO
rem http://faq3.dospara.co.jp/faq/show/11947?site_domain=default
@echo off
echo Running DISM.exe...
DISM.exe /Online /Cleanup-image /Restorehealth
echo.
echo Running sfc /scannow...
sfc /scannow
echo.
echo Press any key to exit...
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment