我假設你的意思是 '通過ActiveSync遠程訪問'。
一種方法是從MSDN設置策略4097至0
:
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 \安全\政策\政策 查找的數值爲00001001,並將其設置爲0
的所有策略設置的摘要可以在這裏找到:http://itsme.home.xs4all.nl/projects/xda/smartphone-policies.html
首先非常感謝您的回答! 我試圖關閉像這樣的程序的訪問:「遠程文件查看器」。這是否使用通過activesync進行遠程訪問進行編程? – janneob 2012-02-09 14:26:05
是的,還有其他需要activesync狀態托盤圖標的其他所有內容都呈綠色亮起。 – 2012-02-09 15:16:32
我將RDP添加到圖像中,並從圖像中刪除了遠程顯示應用程序,現在我無法在cerhost上看到該設備,並且無法通過mstsc連接到設備。你知道我怎麼連接到設備?即使在將1001註冊表值更改爲0時,我仍然可以通過遠程文件查看器進行連接。 – janneob 2012-02-13 08:28:05