Registering a RAPI Program Using ActiveSync?

I am trying to write a program that will start when a Windows Mobile device is connected, according to Microsoft documentation , to do this in:

If you want your RAPI application to automatically run when the Windows Mobile Device connects to your desktop computer, do not put your application in StartUp or allow autorun. Instead, sign in. It automatically starts ActiveSync when connected to the device. See MSDN for more information.

How to do it?

+5
source share
1 answer

Set the registry value in

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows Services \ AutoStartOnConnect

: http://pocketnow.com/tweaks-hacks/how-to-automatically-start-a-pc-application-on-device-connect-disconnect

+5

All Articles