I’m looking for a registry in the windows CE that if I will change/add/remove the registry I will enable/disable remote access.
Thanks for the help,
Janne
Answer:
There is need to add/remove the below registry:
HKEY_LOCAL_MACHINE\Startup
(NAme – Value – Type)
Process0 – cerdisp -c – new string value
Process0Delay – 5000 – DWord
Process1 – ConmanClient2.exe – new string value
Process1Delay – 10000 – Dword
i am assuming you mean ‘remote access via activesync’.
one method is to set policy 4097 to 0
from msdn:
you can do this in several ways:
1) via the CeProcessConfig api ( or the RapiConfig.exe tool )
2) in the registry path HKLM\Security\Policies\Policies
lookup the value for 00001001, and set it to 0
a summary of all policy settings can be found here: http://itsme.home.xs4all.nl/projects/xda/smartphone-policies.html