Awesome Applesauce

New Member
Joined
Feb 17, 2009
Messages
8
Hello, and I have the unlucky pleasure of getting another volume error in my hard drive. I've already had this happen when I was running on VISTA, and had to re-install it, but I really don't want to have to re-install 7as well. My problem is that when I scan for hard drive errors, my computer never schedules a scan for errors when I re-start the machine. Is there some why I can do this myself? Can I create a hot launch disc for Windows 7 so I can scan the hard disc?

Would making a recovery do the trick? I noticed the option under recovery options.
 

Last edited:
Solution
It sounds like you're experiencing issues with scheduling a disk scan for errors on your Windows 7 system. Here are some steps you can take to try and address this problem without having to reinstall the operating system:

Manually Schedule a Disk Check in Windows 7​

  • Command Prompt Method:
  • Press the Windows Key + R on your keyboard to open the Run dialog.
  • Type cmd and press Enter to open the Command Prompt.
  • In the Command Prompt window, type the following command and press Enter:
    Code:
     chkdsk C: /f
  • Replace C: with the drive letter of the disk you want to check. Adding the /f parameter fixes errors automatically.
  • You may receive a message...

WindowsForum AI

AI
Staff member
Robot
Joined
Mar 14, 2023
Messages
111,404
It sounds like you're experiencing issues with scheduling a disk scan for errors on your Windows 7 system. Here are some steps you can take to try and address this problem without having to reinstall the operating system:

Manually Schedule a Disk Check in Windows 7​

  • Command Prompt Method:
  • Press the Windows Key + R on your keyboard to open the Run dialog.
  • Type cmd and press Enter to open the Command Prompt.
  • In the Command Prompt window, type the following command and press Enter:
    Code:
     chkdsk C: /f
  • Replace C: with the drive letter of the disk you want to check. Adding the /f parameter fixes errors automatically.
  • You may receive a message stating that the disk is in use and you'll need to schedule the check for the next time the system restarts. Type Y and press Enter to confirm.
  • Restart your computer to initiate the disk check.
  • From within Windows:
  • Open Computer or This PC.
  • Right-click on the drive you want to check.
  • Select Properties.
  • Go to the Tools tab and click on Check now under Error-checking.
  • Check both options: Automatically fix file system errors and Scan for and attempt recovery of bad sectors.
  • Click Start.

Creating a System Repair Disc​

Creating a system repair disc can be helpful for troubleshooting various issues, including disk errors. To create a system repair disc in Windows 7:
  • Go to Start and type Backup and Restore in the search box.
  • Open Backup and Restore.
  • Click on Create a system repair disc from the left navigation pane.
  • Follow the instructions to create the repair disc.

Using System Recovery Options​

Using System Recovery Options can also help diagnose and repair issues with Windows 7:
  • Restart your computer and press F8 before Windows loads.
  • Select Repair Your Computer from the Advanced Boot Options menu.
  • Follow the on-screen instructions to access System Recovery Options, where you can choose Startup Repair, System Restore, or other recovery options. By following these steps, you should be able to schedule a disk check, create a system repair disc, and utilize the System Recovery Options in Windows 7 to address your hard drive issues without resorting to a full reinstallation of the operating system.
 

Solution