Einzelnen Beitrag anzeigen

Benutzerbild von ULIK
ULIK

Registriert seit: 25. Sep 2006
Ort: Regensburg
416 Beiträge
 
Delphi 11 Alexandria
 
#7

AW: Explorer Kontextmenü Eintrag unter Windows 8 -> wie?

  Alt 8. Nov 2012, 16:10
Hier die Einträge (gegen eine echte Anwendung):

Code:
[HKEY_CLASSES_ROOT\.pdf]
@="PDFAnnotator.Document"

[HKEY_CLASSES_ROOT\.pdf\OpenWithProgids]
"AppX86746z2101ayy2ygv3g96e4eqdf8r99j"=hex(0):

[HKEY_CLASSES_ROOT\.pdf\PersistentHandler]
@="{1AA9BF05-9A97-48c1-BA28-D9DCE795E93C}"
und

Code:
[HKEY_CLASSES_ROOT\PDFAnnotator.Document]
@="-> PDF Annotator"

[HKEY_CLASSES_ROOT\PDFAnnotator.Document\DefaultIcon]
@="C:\\Program Files\\PDF Annotator\\PDFAnnotator.exe,0"

[HKEY_CLASSES_ROOT\PDFAnnotator.Document\Shell]

[HKEY_CLASSES_ROOT\PDFAnnotator.Document\Shell\-> PDF Annotator]

[HKEY_CLASSES_ROOT\PDFAnnotator.Document\Shell\-> PDF Annotator\Command]
@="\"C:\\Program Files\\PDF Annotator\\PDFAnnotator.exe\" \"%1\""

[HKEY_CLASSES_ROOT\PDFAnnotator.Document\Shell\open]

[HKEY_CLASSES_ROOT\PDFAnnotator.Document\Shell\open\Command]
@="\"C:\\Program Files\\PDF Annotator\\PDFAnnotator.exe\" \"%1\""
Sollte also eigentlich alles passen.
  Mit Zitat antworten Zitat