Check Disk (chkdsk) Runs Every Time Windows Starts De comprobación de disco (chkdsk) se ejecuta cada vez que se inicia Windows
Sometimes it happens that disk check always starts to check the file system on one or more drives for consistency. A veces sucede que comprobar siempre el disco empieza a comprobar el sistema de archivos en una o más unidades de coherencia. If any key is pressed, the disk checking is aborted. Si cualquier tecla se presiona, el disco de control se aborta. Actually this is because some data structure of the drive or some file is corrupted which can not be recovered and check disk is always run at Windows startup. En realidad esto se debe a que algunos datos estructura de la unidad o algún archivo está dañado que no se pueden recuperar y comprobar el disco es siempre correr en el inicio de Windows. Or sometimes it may take several hours for disk checking to scan all the drives. O a veces puede tardar varias horas para los discos de control para escanear todas las unidades. So disabling it or postponing disk check is better. Por lo tanto, desactivarla o el aplazamiento de comprobar el disco es mejor. There are several methods to disable disk checking at Windows startup. Existen varios métodos para deshabilitar el control en el disco de inicio de Windows. Two of them are given below: Dos de ellos son los siguientes:
Method 1: Using CHKNTFS utility Método 1: Uso de utilidad Chkntfs
CHKNTFS is a utility that has been developed by Microsoft to disable disk checking on certain drives at Windows startup. Chkntfs es una utilidad que ha sido desarrollado por Microsoft para deshabilitar el disco de control sobre determinadas unidades en el inicio de Windows. To use this utility go to Start –> Run –> cmd . Para utilizar esta utilidad vaya a Inicio -> Ejecutar -> cmd.
If you want to disable check disk on C: drive, use the following command on command prompt. Si desea deshabilitar verificación de disco en la unidad C:, utilice el siguiente comando en el símbolo del sistema.
chkntfs /XC: Chkntfs / XC:
If you want to disable check disk on two or more drives, just keep on adding the drives: Si desea deshabilitar verificación de disco en dos o más unidades, sólo seguir añadiendo las unidades:
chkntfs /XC: D: E: Chkntfs / XC: D: E:
This will disable check disk on C, D and E drives. Esto deshabilita el control sobre el disco C, D y E unidades.
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: Si desea restaurar lo que han hecho, es decir, permitir la comprobación automática de disco en todas las unidades una vez más, tan sólo ejecute el comando siguiente:
chkntfs /D Chkntfs / D
This will restore all the drives to automatic disk checkup. Esto restaurará todas las unidades de chequeo de disco automático.
Method 2: Using Registry Método 2: Uso de Registro
To disable automatic disk checking at Windows startup through registry, go to the following registry key: Para desactivar el control automático de disco de inicio de Windows a través del Registro, vaya a la siguiente clave del registro:
HKEY_LOCAL_MACHINE\SYSTEM HKEY_LOCAL_MACHINE \ SYSTEM
In the right hand pane, double click BootExecute . En el panel derecho, haga doble clic en BootExecute.
The default value of the key is autocheck autochk * El valor predeterminado de la clave es autocheck autochk *
* means every drive is checked for consistency. * Significa que cada unidad está marcada por la coherencia. Just add /K:C at the end before * . Sólo añadir / K: C al final * antes. /K switch will disable autocheck on C: drive at Windows startup. / K desactivar el interruptor autocheck en la unidad C: en el inicio de Windows. So the final value should look like this: Por lo tanto, el valor final debe tener este aspecto:
autocheck autochk /k:C * autocheck autochk / k: C *
If you want to add more drives, the key should look like this: (disabling C and D drives) Si desea agregar más unidades, la clave debe ser parecida a esta: (desactivar C y D unidades)
autocheck autochk /k:C /k:D * autocheck autochk / k: C / k: D *
If you want to restore everything to default, just replace the key with the default one ie, Si desea restaurar todo por defecto, basta con sustituir el tecla con el uno por defecto, es decir,
autocheck autochk * autocheck autochk *
Popularity: 1% Popularity: 1%
Written by magakos. Escrito por magakos. Read more great feeds at is source Leer más grandes se alimenta en la fuente WEBSITE SITIO WEB
5 comments 5 comentarios . .
Read more articles on Leer más artículos sobre Windows Hacks and Solutions Windows Hacks y soluciones and y otherSoftware otherSoftware and y Tips Consejos . .
- [+] Digg [+] Digg : Feature this article : Reportaje este artículo
- [+] Del.icio.us [+] Del.icio.us : Bookmark this article : Marque este artículo
- [+] Furl [+] Furl : Bookmark this article : Marque este artículo
















#1 # 1 . October 6th, 2008, at 7:04 AM. . 6 de octubre de 2008, a las 7:04 AM.
very useful, and appropriately detailed. muy útil, adecuada y detallada. thanks gracias