Skip to content

Instantly share code, notes, and snippets.

@kyokuheki
Last active February 18, 2021 14:41
Show Gist options
  • Save kyokuheki/31be195ba9e75f777bba1f970b618f9e to your computer and use it in GitHub Desktop.
Save kyokuheki/31be195ba9e75f777bba1f970b618f9e to your computer and use it in GitHub Desktop.
Windows System file修復
rem システムイメージのチェックを実行して破損していた場合はWindows Updateから入手して修復する
dism /online /cleanup-image /restorehealth
rem システムファイルの整合性違反を確認し、WinSxSを元にSystemを修復
sfc /scannow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment