Unsolved
This post is more than 5 years old
35 Posts
0
6300
December 11th, 2003 17:00
Disabling Automatic Disk Check
Does anyone know how to disable disk check when my system boots up. It wants to check my disk for consistincys and I wont let it, I am afraid it will erase my data like it did last time and then I couldnt reboot. Anybody know what I am talking about? Thanks!
Dell4400 P4 1.7 @ 400FSB, 512 DDR SDRAM, 200GB HDD, Windows XP Professional SP1
ATI Radeon 9600 Pro 128 DDR, Cd-RW, Floppy, Cable Modem.


Denny Denham
2 Intern
•
18.8K Posts
0
December 11th, 2003 20:00
If chkdsk /f has been scheduled it will attempt to run until you eventually allow it to. I have not heard of that program erasing data. If you lost data, something else must have been at work to cause the problem.
maxd
2 Intern
•
2.4K Posts
0
December 11th, 2003 22:00
maxd
2 Intern
•
2.4K Posts
0
December 11th, 2003 22:00
Chesty1
35 Posts
0
December 11th, 2003 22:00
Chesty1
35 Posts
0
December 11th, 2003 23:00
Chesty1
35 Posts
0
December 12th, 2003 00:00
maxd
2 Intern
•
2.4K Posts
0
December 12th, 2003 00:00
All I could find. If you're familiar with the Registry, backing up, etc. delete the values but as Denny said chkdsk /f normally wouldn't cause a loss of data. Run the command sfc /scannow (note space)first if you decide to let it run.
http://www.google.ca/search?q=cache:9F68oCvboXoJ:windows.about.com/library/tips/bltip018.htm+prevent+chkdsk&hl=en&ie=UTF-8
gryjhnhpe
2 Intern
•
2K Posts
0
December 12th, 2003 01:00
Settings:
System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]
Name: AutoChkTimeOut
Type: REG_DWORD (DWORD Value)
Value: Time in Seconds or 0 to disable (default = 10)
-----------------------
If you don't want to use Regedit , you can use CHKNTFS from Command Prompt window;
E:\>chkntfs /?
Displays or modifies the checking of disk at boot time.
CHKNTFS /D
CHKNTFS /T[:time]
CHKNTFS /X volume [...]
CHKNTFS /C volume [...]
mount point, or volume name.
/D Restores the machine to the default behavior; all drives are
checked at boot time and chkdsk is run on those that are
dirty.
/T:time Changes the AUTOCHK initiation countdown time to the
specified amount of time in seconds. If time is not
specified, displays the current setting.
/X Excludes a drive from the default boot-time check. Excluded
drives are not accumulated between command invocations.
/C Schedules a drive to be checked at boot time; chkdsk will run
if the drive is dirty.
dirty or scheduled to be checked on next reboot.
------------------
You can use chkntfs /t:0 to disable CHKDSK at boot.
You can also use chkntfs C: to display if Drive is marked dirty.
Chesty1
35 Posts
0
December 12th, 2003 01:00
Ok I fixed he problem. I went to Microsofts website and found the info I needed. Here is a link so you guys can check it out for yourselves. Windows has a utility built into it called CHKNTFS.EXE This is what you use to disable automatic chkdsk. http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q160/9/63.asp&NoWebContent=1
Thank you guys for the help you provided, it helped to steer me in the right direction
msgale
2 Intern
•
2.5K Posts
0
December 12th, 2003 01:00