• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Where does xp hide the chkdisk switch?

dawks

Diamond Member
Kind of an odd, and un-important question, but here it is non-the-less.

Where does XP hide the 'chkdisk will occur upon reboot'. I set it, but I don't want to reboot for a while, and while its set, I cannot defrag. And I'd like to defrag.......

I checked C:\ but theres nothing special there. just the regular:

autoexec.bat - empty
boot.ini - standard info
config.sys - empty
io.sys - empty
msdos.sys - empty
ntdetect.com - normal
ntldr - normal

I figure the setting can't be very deep. I doubt its in the registry, since the chkdisk happens so early in the boot process..

Any ideas?
 
Stop CHKDSK from running at boot time.


1.Edit: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
2.Change the BootExecute entry from:

autocheck autochk * /.........

To:

autocheck autochk *

If you have scheduled CHKDSK for multiple volumes, there will be an autocheck entry for each volume. Delete the string from the BootExecute registry value for each volume you do not want checked.
 
Originally posted by: plankton
Stop CHKDSK from running at boot time.


1.Edit: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
2.Change the BootExecute entry from:

autocheck autochk * /.........

To:

autocheck autochk *

If you have scheduled CHKDSK for multiple volumes, there will be an autocheck entry for each volume. Delete the string from the BootExecute registry value for each volume you do not want checked.


The key is: AUTONTFS C: PAGE=KEEP DIRS=NONE MFT=MIN autocheck autochk *
currently, but chkdisk is still scheduled.. interesting.

Edit: deleting the key has no effect. unless i need to reboot to see the effect.. lol
 
Back
Top