Solution of the problem is simple and can be done easily but keep in mind before making any changes to Registry, take a backup of your registry first.
A. Open regedit and goto:
CODE
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
In right-side pane, change the value of BootExecute to:
autocheck autochk *
B. If the above trick doesnt help then give following commands in Command Prompt:
chkntfs /x drive_name
for e.g., if ScanDisk runs automatically for C: and D: drives, then give following commands one by one:
chkntfs /x C:
chkntfs /x D:
No comments:
Post a Comment