我正在寻找Windows CE中的注册表,如果我要更改/添加/删除注册表,我将启用/禁用远程访问。
感谢您的帮助,
的Janne
答案: 需要添加/删除以下注册表:
HKEY_LOCAL_MACHINE \启动
(NAme - 值 - 类型)
Process0 - cerdisp -c - 新字符串值
Process0Delay - 5000 - DWord
Process1 - ConmanClient2.exe - 新字符串值
Process1Delay - 10000 - Dword
答案 0 :(得分:4)
我假设您的意思是'通过activesync进行远程访问'。
一种方法是将策略4097设置为0
来自msdn:
The Remote API (RAPI) policy restricts the access of remote applications that are using RAPI to implement ActiveSync operations on mobile devices. 0 ActiveSync service is shut down. RAPI calls are rejected. 1 Full access to ActiveSync is provided. RAPI calls are allowed to process without restrictions. 2 Access to ActiveSync is restricted to the SECROLE_USER_AUTH (User Authenticated) role. RAPI calls are checked against this role mask before they are granted. ( default )
你可以通过以下几种方式做到这一点:
1)通过CeProcessConfig api(或RapiConfig.exe工具)
<wap-provisioningdoc>
<characteristic type="SecurityPolicy">
<parm name="4097" value="0"/>
</characteristic>
</wap-provisioningdoc>
2)在注册表路径HKLM \ Security \ Policies \ Policies中 查找00001001的值,并将其设置为0
可在此处找到所有政策设置的摘要:http://itsme.home.xs4all.nl/projects/xda/smartphone-policies.html