Windows Check Disk HOW TO

Date of maintains:
(Last updated time)
2 Feb, 2016

Introduction:

This KB will cover how to schedule check disk under Windows Environment.

Background:

To keep Windows disk health.  periodically use the Check Disk tool to check the integrity of disks is suggested.  It will be avoid any data corrupt or Windows crash due to system files damage.


Method 1 - Schedule chkdsk via GUI (Windows 2008)

1. Open File Manager

2. Right click C: drive and select proprieties

3. Select Tools tab

4. Check Both box including
- Automatically fix file system errors
- Scan for and attempt recovery of bad sectors

5. Choose "Schedule disk Check" button to confirm

Note: Windows will scheduled Disk Check during next Windows Reboot.  Please note that full check disk may takes very longs. May be fews hours depending on how big the drive and how many files you have.


Method 2 (Windows 2008 & Windows 2012) - Schedule chkdsk via CLI

1. Open administrator mode command prompt

2. Run following command

chkdsk /f /r c:

3. Type "Y" and Enter to confirm

Note: Windows will scheduled Disk Check during next Windows Reboot.  Please note that full check disk may takes very longs. May be fews hours depending on how big the drive and how many files you have.




Additional Tips:

Open command prompt running as Administrator mode

a. Check does it already scheduled (Windows 2008)?
c:\>chkntfs c:

b. Verify is it have any dirty query in disk already?
C:\>fsutil dirty query c:

c. Cancel scheduled chkdsk task
C:\>chkntfs /x c:

d. For Windows 2012, it already prebuilt regular task called "ProActiveScan" that runs chkdsk /scan as a background task.

It will process chkdsk /scan will fix any minor errors that it can, right on the fly.

Ref:
http://www.howtogeek.com/howto/windows-vista/guide-to-using-check-disk-in-windows-vista/
https://technet.microsoft.com/en-us/library/cc730714.aspx
http://www.minasi.com/newsletters/nws1305.htm
http://www.computerperformance.co.uk/windows_server/chkdsk-utility-server-2012.htm



  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Do I need to install Windows Update?

There's no need to install Windows Update.Updates are done on the VPS node level and please do...

Can I install drivers on Windows VPS?

Parallels Virtuozzo Containers (the virtualization system that we're using for the VPS) blocks...

Can I install anti-virus on my Windows VPS?

Unfortunately you can't. Anti-virus is not supported on Windows VPS. To know more about the...

Unable to RDP to Windows Server 2012 from MAC Client

In Windows Server 2012, users who are using Mac with RDP client 2.1.0 or earlier not able to...

Configuring the Registry entries for Time Sync Service

This KB describes how to adjust synchronize the time frequency under Windows VM. 1) Go to Start,...