File Checker
This is a discussion about File Checker in the Everything New Technology category; Hi All Is there anyway to disable the XP disk checker which starts after improper shutdown of XP thanks
Hi All
Is there anyway to disable the XP disk checker which starts after improper shutdown of XP
thanks
Is there anyway to disable the XP disk checker which starts after improper shutdown of XP
thanks
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Responses to this topic
OP
Thanks AlecStaar
Will go have a play around
Will go have a play around
OP
Yep ... Problem solved
To disable check for dirty bit on the e: drive
Either use regedit to edit
KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
Change BootExecute Entry to
autocheck autochk /k:e *
or
run chkntfs /x e: this disables chkdsk from running on drive e:
run chkntfs /e: restores checking on the selected drive in this case e:
Thanks AlecStaar for pointing me in the right direction
More info here http://support.microsoft.com/support/kb/articles/Q160/9/63.asp
To disable check for dirty bit on the e: drive
Either use regedit to edit
KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
Change BootExecute Entry to
autocheck autochk /k:e *
or
run chkntfs /x e: this disables chkdsk from running on drive e:
run chkntfs /e: restores checking on the selected drive in this case e:
Thanks AlecStaar for pointing me in the right direction
More info here http://support.microsoft.com/support/kb/articles/Q160/9/63.asp
OP
deleted found out how to edit previous post