Acrobat Reader und Acrobat Professional
Vielleicht habt ihr ja auch das Problem, dass ihr Acrobat Reader und Acrobat Professional gleichzeitig verwendet und euch stört, dass Acrobat Professional geöffnet wird um ein pdf zu lesen.
Ich habe dies folgendermaßen gelöst:
Anpassung der Registry, so dass per default der Reader und im Kontext Menu beide Applikationen zur Auswahl stehen:
REGEDIT4
[HKEY_CLASSES_ROOT\AcroExch.Document\shell]
@="Open"
[HKEY_CLASSES_ROOT\AcroExch.Document\shell\Open]
@="Open with Acrobat 6.0"
[HKEY_CLASSES_ROOT\AcroExch.Document\shell\Open\command]
@="\"C:\\Program Files\\Adobe\\Acrobat 6.0\\Reader\\AcroRd32.exe\" \"%1\""
[HKEY_CLASSES_ROOT\AcroExch.Document\shell\Open with Acrobat Professional]
@="Open with Acrobat Professional"
[HKEY_CLASSES_ROOT\AcroExch.Document\shell\Open with Acrobat Professional\command]
@="\"C:\\Program Files\\Adobe\\Acrobat 6.0 Professional\\Acrobat\\Acrobat.exe\" \"%1\""
[HKEY_CLASSES_ROOT\AcroExch.Document\shell\Open with Acrobat Reader]
@="Open with Acrobat Reader"
[HKEY_CLASSES_ROOT\AcroExch.Document\shell\Open with Acrobat Reader\command]
@="\"C:\\Program Files\\Adobe\\Acrobat 6.0\\Reader\\AcroRd32.exe\" \"%1\""
Euer JollyJumper
|