View Full Version : How do I turn off Chkdsk?
Mikael
03-02-2004, 11:02 AM
I noticed that it had been activated on my secondary partion when I was about to derag it.
I got this message:
"Disk Defragmenter has detected that Chkdsk is scheduled to run on this volume: Storage (G: )"
"Please run Chkdsk /f."
I didnŽt know what it was so I just restared and then it scanned G: for errors or something before staring Windows XP. Which it now does every time.
So how do I turn it off? And if someone would have the time could you tell me what it is and why it might have been turned on in the first place.
IŽll be greatfull for any help :).
Ice Czar
03-02-2004, 02:13 PM
Contributed by Chuckle01
CHKDSK Runs Uncontrollably Every Boot Up
Check the "Check Disk - Disk Checking Runs Upon Boot" entry in the Windows XP From A to Z (http://www.kellys-korner-xp.com/xp_abc.htm) section of kellys-korner-xp.com (http://www.kellys-korner-xp.com/xp.htm) for tips:
Check Disk runs on every boot: Note - I have seen this happen when Windows File Protection has either been disabled or not allowed to run upon canceling the bootup Check Disk.
Suggestions and Checkpoints:
Go to Start/Run/CMD and type in: fsutil dirty query c:
(Modify the drive letter accordingly)
If it comes back as dirty, it hasn't cleared. For more information go to Start/Run/CMD and type in: CHKNTFS /?
Option: From a command prompt type chkntfs /D and then reboot, a chkdsk should run but not again on next boot.
This edit does not work for all users, circumstances depending:
Disable or Enable CheckDisk Upon Boot (Line 82)
http://www.kellys-korner-xp.com/xp_tweaks.htm
To use the Regedit: Save the REG File to your hard disk. Double click it and answer yes to the import prompt. REG files can be viewed in Notepad by right clicking on the file and selecting Edit.
Chkdsk Runs Each Time That You Start Computer
http://support.microsoft.com/support/kb/articles/q316/5/06.asp
Checkpoint:
Go to Start/Run/Regedit and navigate to this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Highlight the Winlogon file.
In the list look for "SFCScan", this should be set to (0) if it is set to (1) the scan will happen at every boot.
Go to Start/Run/Regedit and navigate to this key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
Look for the REG_MULTI_SZ value with the following name: BootExecute. This value contains commands that will be executed at startup. The default value is: autocheck autochk *
After scheduling one or more chkdsks, the entry will contain one or more autochk lines. Delete each of these lines and put the default one in place.
If you always want a check to be performed at startup, change the value to: autocheck autochk /f *
If you don't want any checks to be performed, delete all autocheck entries.
Last checkpoint: Modify as needed:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion \Explorer\MyComputer\cleanuppath
Registry entry should read: %SystemRoot%\system32\cleanmgr.exe /D %c
How to schedule a CHKDSK on every boot (http://www.jsiinc.com/SUBA/tip0000/rh0058.htm)
Chkdsk Runs Each Time That You Start Computer After Upgrade to Windows XP (http://support.microsoft.com/default.aspx?scid=316506)
Scandisk after a Bad Shutdown - Go to Start/Run/CMD and type in: CHKNTFS/T:4
Where 4 is the amount of waiting time.
...
Hope this helps - Chuckle01
vBulletin® v3.8.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.