Seite 2 von 2

Windows7 64 bit

Verfasst: Mo 28. Dez 2009, 17:52
von Aljoscha
Hallo Forum,

die am 07. Mai 2009 von Gast geposteten Einträge in der Registrierung für Windows 7 64bit funktionieren bei mir leider nicht:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\EventHandlers\WPD\Compat\WiaDeviceConnected]
"MyPhoneExplorer_Handler"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\Handlers\MyPhoneExplorer_Handler]
"Action"="Run MyPhoneExplorer"
"DefaultIcon"="%programfiles(x86)%\\MyPhoneExplorer\\MyPhoneExplorer.exe,0"
"InitCmdLine"="%programfiles(x86)%\\MyPhoneExplorer\\MyPhoneExplorer.exe"
"ProgID"="Shell.HWEventHandlerShellExecute"
"Provider"="MyPhoneExplorer"


Ich habe die Pfade modifiziert aber das hat auch nichts gebracht. Nun bin ich ein bisschen hilflos. Erstaunlicherweise hat der Eintrag unter "Handlers" schon existiert - der Eintrag unter HKEY_LM\Software\microsoft\Windows\currentVersion\Explorer\AutoplayHandlers\EventHandlers\WPD\Compact\WiaDeviceConnected\ nicht.

Aktuell sieht der Code bei mir so aus:

Code: Alles auswählen

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\WPD\Compat\WiaDeviceConnected]
"MyPhoneExplorer_Handler"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\MyPhoneExplorer_Handler]
"Action"="Manage Phone"
"DefaultIcon"="%programfiles(x86)%\\MyPhoneExplorer\\MyPhoneExplorer.exe,0"
"DynamicHWHandlerCLSID"="{52A98045-D095-4414-9B4D-B64BF96F1132}"
"InitCmdLine"="%programfiles(x86)%)\\MyPhoneExplorer\\MyPhoneExplorer.exe"
"ProgID"="Shell.HWEventHandlerShellExecute"
"Provider"="MyPhoneExplorer"


Vielleicht kann hier noch jemand helfen.

Greetz Aljoscha

Verfasst: Mo 28. Dez 2009, 19:13
von FJ
In den aktuellen Versionen macht das Setup die benötigten Registry-Eintragungen - von daher ist dieser Thread veraltet.

Bei 64bit-Systemen kann es eigentlich garnicht funktionieren da die DLLs die ich dafür geschrieben habe für 32bit programmiert wurden.

Es könnte allerdings klappen wenn du den wert "DynamicHWHandlerCLSID" weglässt und bei "InitCmdLine" hinter den Pfad " action=connect" anhängst

Das Funktioniert

Verfasst: Do 31. Dez 2009, 18:57
von Aljoscha
Hi FJ,

vielen Dank für die Antwort. Das hat geklappt. Nun erscheint MPE als Autoplay Option. Mit "action=connect" verbindet er sich auch gleich.

Vielen Dank und einen guten Start ins Neue Jahr.

Greetz, Aljoscha

Summary

Verfasst: Do 31. Dez 2009, 19:02
von Aljoscha
Also unter Windows 7, 64 Bit, mit MPE Version 1.7.4 funktioniert es mit folgenden Registrierungseinträgen:

Code: Alles auswählen

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\WPD\Compat\WiaDeviceConnected]
"MyPhoneExplorer_Handler"=""


Code: Alles auswählen

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\MyPhoneExplorer_Handler]
"Action"="Manage Phone"
"DefaultIcon"="%programfiles(x86)%\\MyPhoneExplorer\\MyPhoneExplorer.exe,0"
"InitCmdLine"="%programfiles(x86)%\\MyPhoneExplorer\\MyPhoneExplorer.exe action=connect"
"ProgID"="Shell.HWEventHandlerShellExecute"
"Provider"="MyPhoneExplorer"


MPE startet im Hintergrund, aber das ist nicht so tragisch.

:O)

Verfasst: Sa 26. Jan 2013, 00:38
von majdnem
Wow - four years later and a google search brings up my own long-forgotten question to this forum - and this time your proposed registry hack works perfectly. Thanks...

add MPE to DEVICE autoplay options in Windows10?

Verfasst: Sa 8. Aug 2015, 11:39
von majdnem
Would this work for Windows10? Again, I would like to add MPE as an Autoplay option when i connect my Xperia SP. At the moment when i plug in my phone to my Windows 10 PC, I am asked to "Choose what to do with this device". The program options include programs such as Picassa, Photoshop or MediaMonkey. I am able to edit autoplay options for MEDIA types, but not for DEVICES...
Very wary of messing with my registry - would someone who knows what they are doing be able to identify what would work with Windows 10...?
Thank you!
:O)

Nope - not working in Windows10

Verfasst: Do 13. Aug 2015, 21:50
von majdnem
Tried the above registry hacks in windows 10, but MPE is not showing up in the list of autoplay options when i attach my Xperia SP.
Anyone know why it would work in Windows 7, but not in Windows 10...?
:(