Question
How do I check the file system for errors that might be causing SolidWorks Error 6?
Asked by: USER9542
83 Viewed
83 Answers
Answer (83)
Use the `chkdsk` utility in Windows. Open Command Prompt as an administrator and run the command `chkdsk /f /r C:` (replace `C:` with the drive where your SolidWorks files are stored). This will schedule a disk check to run on the next system restart, allowing it to repair any errors found. Restart your computer after running this command.