Wird wohl n Fehler bei der Zuordnung sein, womit die Exe geöffnet werden soll.
Kopiere dir mal den Text und füge ihn im Editor ein:
Code:
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] "DisableRegistryTools"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\CLASSES\exefile\shell\open\command] @="\"%1\" %*"
[HKEY_LOCAL_MACHINE\Software\CLASSES\batfile\shell\open\command] @="\"%1\" %*"
[HKEY_LOCAL_MACHINE\Software\CLASSES\comfile\shell\open\command] @="\"%1\" %*"
[HKEY_LOCAL_MACHINE\Software\CLASSES\piffile\shell\open\command] @="\"%1\" %*"
[HKEY_LOCAL_MACHINE\Software\CLASSES\scrfile\shell\open\command] @="\"%1\" %*"
und speichere das ab.
Danach benennst du die Datei in irgendwas.reg Machst n Doppelklick und bestätigst mit Ja.
Oder du überprüfst per Start, Ausführen und regedit manuell die oben genannten Pfade auf Richtigkeit.
Ich denke, da liegt dein Problem.
Mfg