Hola nuevamente, he estado investigando por la red, y he encontrado un poco de material que te puede servir de mucha ayuda..
Algunos tips, para que pruebes y veas si tu problema se resuelve:
- Primer Intento:Primero podrías entrar en mi pc/herramientas/opciones de carpeta y luego ingresar en la ficha "Tipos de Archivo", en ella haces click en nueva, y escribes "EXE" y abajo eliges la opcion de "aplicacion".
Con esto estas configurando que los EXE, son aplicaciones y que se abran como cuyas.
Si sigues con el problema luego de intentar esto, puedes probar lo siguiente:
[B]- Segundo Intento:
Intenta acceder al bloc de notas y escribe en el lo siguiente:
CODE
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"
[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\exefile]
@="Application"
"EditFlags"=hex:38,07,00,00
"TileInfo"="prop:FileDescription;Company;FileVersi on"
"InfoTip"="prop:FileDescription;Company;FileVersio n;Create;Size"
[HKEY_CLASSES_ROOT\exefile\DefaultIcon]
@="%1"
[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\shell\runas]
[HKEY_CLASSES_ROOT\exefile\shell\runas\command]
@="\"%1\" %*"
[HKEY_CLASSES_ROOT\exefile\shellex]
[HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]
@="{86C86720-42A0-1069-A2E8-08002B30309D}"
[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHan dlers]
[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHan dlers\PEAnalyser]
@="{09A63660-16F9-11d0-B1DF-004F56001CA7}"
[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHan dlers\PifProps]
@="{86F19A00-42A0-1069-A2E9-08002B30309D}"
[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHan dlers\ShimLayer Property Page]
@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}
Lo guardas como "algo" y con extencion reg, es decir "algo.reg", y luego lo ejecutas, reinicias la máquina y ver si el problema persiste.
= Tambien podrias hecharle una leida a estos enlaces:
http://support.microsoft.com/default.aspx?kbid=310585http://support.microsoft.com/?kbid=837334= Luego nos cuentas, un saludo

vitrox