Most of you might be aware of the problem I am talking about.Mainly this problem is due to the fact that the drive partition is in FAT32 form rather than in NTFS form. It may also be caused due to a virus as in my case.I have faced this problem every time I switched on my system and was sick of it.o I decided to cure and found a satisfactory answer by Sensible Guy.
There are 2 methods disable disk checking at Windows startup. and read below to know.
Method 1:Registry Editing
To disable go to the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
In the right hand pane, double click BootExecute.
The default value of the key is autocheck autochk *
* means every drive is checked for consistency. Just add /K:C at the end before *. /K switch will disable autocheck on C: drive at Windows startup. So the final value should look like this:
autocheck autochk /k:C *
If you want to add more drives, the key should look like this: (disabling C and D drives)
autocheck autochk /k:C /k:D *
If you want to restore everything to default, just replace the key with the default one i.e.,
autocheck autochk *
Method 2: CHKNTFS
go to Start –> Run –> cmd.
If you want to disable check disk on C: drive, use the following command on command prompt.
chkntfs /X C:
If you want to disable check disk on two or more drives, just keep on adding the drives:
chkntfs /X C: D: E:
This will disable check disk on C, D and E drives.
If you want to restore what you have done, that is, enable automatic disk checking on all the drives again, just run the following command:
chkntfs /D
This will restore all the drives to automatic disk checkup.
Get upto $6.00 on Surveys! Join them here.
0 comments:
Post a Comment