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

Everything New Technology 1823 This topic was started by ,


data/avatar/default/avatar06.webp

16 Posts
Location -
Joined 2001-12-02
Hi All
 
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

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.

Responses to this topic


data/avatar/default/avatar06.webp

16 Posts
Location -
Joined 2001-12-02
OP
Thanks AlecStaar
 
Will go have a play around
 


data/avatar/default/avatar06.webp

16 Posts
Location -
Joined 2001-12-02
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

data/avatar/default/avatar06.webp

16 Posts
Location -
Joined 2001-12-02
OP
deleted found out how to edit previous post