Autor Beitrag
AlanWake
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 75
Erhaltene Danke: 2



BeitragVerfasst: Di 14.09.10 14:15 
Hallo Leute,

ich habe Probleme unter Windows 7 Home Dateitypen registrieren, ich bin mit Trashkid2000 so weit gekommen:


ausblenden Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\Applications\MediaPlayerSingleInstance.exe\shell\open\command]
@="\"C:\\lol\\01\\MediaPlayerSingleInstance\\bin\\Debug\\MediaPlayerSingleInstance.exe\" \"%1\""

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.avi]
"Application"="MediaPlayerSingleInstance.exe"


Mit meiner test.reg Datei hatte ich versucht, das wenn ich auf eine AVI Datei einen Doppelklick mache das er das mit dem Programm MediaPlayerSingleInstance öffnet, aber das einzige was ich mit dem Code erreiche ist das wenn ich auf eine AVI Datei gehe und dann öffne mit auswähle, mein Programm nur unter der Liste andere Programme aufgelistet ist :(

Bin dankbar für jede Hilfe :)

gruß Alan
AlanWake Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 75
Erhaltene Danke: 2



BeitragVerfasst: Do 09.06.11 08:18 
Nach fast einem Jahr jetzt habe ich es selber herausgefunden :D (Kein Witz jetzt, habe wirklich fast ein Jahr dafür gebraucht ^^)

ausblenden Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\Applications\vlc.exe\shell\open\command]
@="\C:\Program Files\VideoLAN\VLC\vlc.exe\"%1\""

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\UserChoice]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\UserChoice]
"Progid"="Applications\\vlc.exe"


[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bmp\UserChoice]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bmp\UserChoice]
"Progid"="Applications\\vlc.exe"


Hoffe das die Leute die damit auch Probleme hatten jetzt keine mehr haben werden :)

Alan

Für diesen Beitrag haben gedankt: Eudaimonie