Fix_error.bat [SAFE]
: Always create a System Restore Point before running scripts that modify system files. This allows you to "undo" changes if the script causes a new issue. Creating Your Own Basic Fix Script
Identifies and fixes errors on your hard drive. chkdsk /f /r fix_error.bat
If you want to build your own universal repair script, copy the code below into Notepad and save it as fix_error.bat : : Always create a System Restore Point before
: You can keep it on a USB drive to fix multiple computers quickly. fix_error.bat