kmalmur
kmalmur

Reputation: 2839

How to cut down ActiveSync functionality on Windows CE device

Is there any way to cut down a specific functions of ActiveSync service on Windows CE device?
I want to see only one specific folder on my device when it's connected to PC.

Basically I want to leave only functionality of exchanging data via a specific folder, without any other communication (deploying applications, synchronization etc.).

I'm using a device with Windows CE 5.0.

Upvotes: 2

Views: 525

Answers (1)

ctacke
ctacke

Reputation: 67168

ActiveSync really only has 2 "modes" - either with the ability to sync PIM info, or just the ability to connect as Guest. In both modes a user can browse the device from the PC.

What it sounds like you want to do is not include ActiveSync at all, but instead make your device a USB function device that acts as Mass Storage. If you do that you can then set a specific folder to be the mounted store and they would have access to only that folder.

Of course in that scenario you can't use any of the PIM data sync features.

Upvotes: 1

Related Questions