Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

Windows 10 – Use CHKDSK to fix problems with your hard drive

  1. Raise an elevated command prompt.
  2. Type in CHKDSK   /f   /r   /x
    1. /f  parameter tells CHKDSK to fix errors that it finds.
    2. /r parameter tells CHKDSK to repair to find the bad sectors and try and recover the readable information.
    3. /x parameter tells CHKDSK to dismount the drive before beginning the process.
  3. If your drive is a boot disk (As in your main hard drive that contains your OS, after entered, a message will popup stating the CHKDSK can’t be done while the computer is using the drive. Select Yes to schedule the CHKDSK when a Restart of the computer is executed.
  4. Restart your computer. The Scan and Repair will happen.
  5. When complete, you can look at the log of your CHKDSK by bringing up the Event Viewer.
    1. Click Windows Logs
    2. Right Click Application and click Find…
    3. Enter Chkdsk (Find looks at the Source column)  and click the Find Next button.
    4. If found, cancel out of the Find dialog box, and then read the log in the General Tab of the middle windows of the event viewer.
  6. To create a text file of the actual log, do the following:
    1.  Click Start, and in the search box, type and then click Windows Powershell. Powershell will bring up a dialog box.
    2. Enter the following at the command prompt:
      1. get-winevent -FilterHashTable @{logname=”Application”;}| ?{$_.providername –match “Chkdsk”} | fl timecreated, message | out-file Desktop\CHKDSKResults.txt
  7. Go to your Desktop and read the log file.

Leave a Reply