Created
July 14, 2019 19:16
-
-
Save langheran/918983043c737734c891727c5e81c22f to your computer and use it in GitHub Desktop.
Repair microSD card.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ::/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