lunes, 24 de noviembre de 2008

Recuperar asociación archivos .exe

Suele pasar que algun virus o algo del estilo nos cambia la asociación para abrir las aplicaciones .exe acá dejó una solución. En un notepad y ponemos lo siguiente

Windows Registry Editor Version 5.00

REGEDIT4

[HKEY_CLASSES_ROOT\.exe]
@="exefile"
[HKEY_CLASSES_ROOT\exefile]
@="Application"
"EditFlags"=hex:d8,07,00,00
[HKEY_CLASSES_ROOT\exefile\shell]
@=""
[HKEY_CLASSES_ROOT\exefile\shell\open]
@=""
"EditFlags"=hex:00,00,00,00
[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"
[HKEY_CLASSES_ROOT\exefile\DefaultIcon]
@="%1"



y lo guardamos con una extensión .reg , lo ejecutamos y reiniciamos...

No hay comentarios: