Created
July 30, 2026 20:15
-
-
Save eladkarako/3d668a3cfa9de567c705a8c282de084e to your computer and use it in GitHub Desktop.
chkdsk check disk in Windows 11 bundle command
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
| chkdsk e: /f /v /x | |
| chkdsk e: /scan /forceofflinefix /perf /sdcleanup /offlinescanandfix | |
| chkdsk e: /spotfix /sdcleanup /offlinescanandfix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment