viernes, 2 de marzo de 2007

Menú contextual para defragmentar

Defragmentar unidades automaticamente con un nuevo menu contextual
Si queremos crear un nuevo menu contextual para desfragmentar las unidades, escribiremos "regedit.exe" en el menú Inicio/Ejecutar y encontraremos o crearemos la clave:

HKEY_CLASSES_ROOT\Drive\shell\Defrag\command

Modificaremos el valor predeterminado con DEFRAG.EXE %1, ahora tendremos un nuevo menú en las unidades para desfragmentarlas.

Automatically Defrag drives with a new context menu item

If we want to create a new context menu item to defrag drives
, we'll type "regedit.exe" from Start/execute and we'll locate or create the key:

HKEY_CLASSES_ROOT\Drive\shell\Defrag\command

We'll modify the default value with DEFRAG.EXE %1, then now we'll have a new menu item in our drives to defrag them.