SAS Computers is a well known Computer firm established in 2000 with an aim to provide best services and innovative computer technologies to the customers in U.A.E and Middle East.
Our focus is on developing and supporting your IT infrastructure taking into account your business needs and constraints. We are located in Dubai, U. A. E


juleat@sascomputerservices.com
http://www.sascomputerservices.com/

Phone # 00971 50 2349582


Wednesday, January 13, 2010

Disable automatic disk checking at Windows startup

To disable automatic disk checking at Windows startup through registry, 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 *

No comments: