1. Click the Start Button. From the Start menu click Run
2. In the Run dialogue box type: cmd. The command prompt window will now open
3. In the command prompt window type: fsutil dirty query c: (If you have a dual boot system then replace the C: drive letter with the relevant drive letter you have been having problems with). Press Enter.
4. The response from the file system utility will probably be that the disk is 'dirty'
5. Now type: CHKNTFS /X C: into the command prompt windows and press Enter. (If you have a dual boot system then replace the C: drive letter with the relevant drive letter you have been having problems with). The X parameter, in this case, tells windows not to check the disk in question
6. Re-boot your PC. You should now find that CHKDSK does not run on the selected drive
7. Once you have confirmed that CHKDSK does not run and your PC has fully booted click Start>Run again and type cmd.
8. In the command window now type: chkdsk /f /r c: and press Enter. Again replace the C: (If you have a dual boot system then replace the C: drive letter with the relevant drive letter you have been having problems with)
9. After the drive has been scanned type: fsutil dirty query c: and press Enter
10. Windows should now confirm that the 'dirty bit' has been disabled