Skip to content

Instantly share code, notes, and snippets.

@langheran
Created July 14, 2019 19:16
Show Gist options
  • Save langheran/918983043c737734c891727c5e81c22f to your computer and use it in GitHub Desktop.
Save langheran/918983043c737734c891727c5e81c22f to your computer and use it in GitHub Desktop.
Repair microSD card.
::/X should not be used on running system volumes like C because they would attempt to dismount the very drive that the OS is running on.
chkdsk D: /f /r /x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment