Click here to Skip to main content
15,886,798 members
Articles / Mobile Apps / Windows Mobile
Tip/Trick

Disable the ActiveSync Partnership setup dialog

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
28 Apr 2010CPOL 8.4K   1  
If you are developing for windows mobile devices and got several devices, you may not want to be asked to setup a “New Partnership” on a new connected device.To avoid partnering, you use a registry key and you will no more be asked to setup a partnership with your PocketPC or Windows CE...

If you are developing for windows mobile devices and got several devices, you may not want to be asked to setup a “New Partnership” on a new connected device.


To avoid partnering, you use a registry key and you will no more be asked to setup a partnership with your PocketPC or Windows CE device.


REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services]"GuestOnly"=dword:00000001

To switch back to accepting partnerships, use this


REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services]
"GuestOnly"=dword:00000000

If you need to set options in activesysnc you cant do, if you did not setup a partnership or if guest-only is enabled.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --