Thursday, April 23, 2009

Remove Programs from Open With Menu

Unfortunately there is no fancy interface for removing programs from the Open With menu like there is for adding items. To do this you’ll need to fire up the Registry Editor by opening the Run command (Windows Key + R), and then typing regedit into the box. Messing with the Registry Editor is not for the faint of heart, and I recommend that you understand how it works before diving into it.

The programs listed in the Open With menu should be located in one of two locations in the Registry:

  1. HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ FileExts \ .FileExtension \ OpenWithList
  2. HKEY_CLASSES_ROOT \ .FileExtension \ OpenWithList

Note: Replace “.FileExtension” with the extension of the file for which you’re looking to modify the Open With menu.

Wednesday, April 08, 2009

Eliminar sonidos en Windows XP

Soy de las personas que no les gusta que las acciones que hace Windows se acompañen por un sonido, es por ello que he deshabilitado todos los sonidos en mi configuración. Para hacerlo va uno a Panel de Control / Dispositivos de Sonido y Audio, pestaña Sonidos y del menú desplegable en Combinación de Sonidos elijo: Sin sonidos. Con esta acción elimino los sonidos de Windows. Sin embargo permanecen unos sonidos que solo se manifiestan cuando se comete algún error, ya que he deshabilitado los sonidos, el sistema utiliza la bocina interna de la máquina para atormentarnos con un espantoso beep, capaz de tronarnos los timpanos si solemos usar audifonos para escuchar música o videos en la PC.
Para evitar esto hacemos lo siguiente:
Menú Inicio/Ejecutar -> regedit.exe
Localiza esta rama:
HKEY_CURRENT_USER\Control Panel\Sound
y cambia de yes a no las entradas
"Beep"="no"
"ExtendedSounds"="no"