Run an application on windows mobile over ActiveSync

447 Views Asked by At

I'd like to run an application on windows mobile via ActiveSync from PC. Is there any way to do it via C# or C++ ? Or a way to edit a registry key of windows mobile via ActiveSync?

1

There are 1 best solutions below

0
On

To start an app you need to call CeCreateProcess. Registry access starts with CeRegOpenKeyEx (there are reads, writes, etc too). All of these are also wrapped in managed code in this open-source library.