http://7n7i.net/viewthread.php?tid=43644&page=1#pid99062
复制宣传链接
将本站的宣传链接发给朋友, 当您的朋友点击链接的时候你的积分也会自动增加。
查看本站积分策略
您是本帖第
3752个浏览者
问题:
新购WM5,通过ActiveSync同步没问题,但不能通过ActiveSync连接PC再上Internet,报 0x80072f78.
引用:
错误样本:
表现为不能与PC通过USB共享上网
原因:
That is the problem... Activesync isn't serving as that Conduit anymore. Before the latest firmware release it would pass the connection through and you would use your laptop/desktop PC as the internet connection and override the GPRS or other network settings.
Directly from Microsoft:
"To all those who have had problems with connecting to the internet from the device when upgrading from ActiveSync 4.1 to 4.2:
ActiveSync version 4.2 made a change to how it interacts with the Windows networking stack to use Layered Service Providers (LSPs) on outgoing Desktop-Pass-Through connections. This allows for improved compatibility in environments where connections to the internet must be passed through these LSPs (ISA Proxy is one such example).
解决方法
我的计算机重装过XP出这个错误,切换到我的VISTA,就可以正常使用,说明这个错误与PDA没有关系,从互联网上找到的解决方法如下:
在计算机上导入下面的注册表文件即可
如果您担心注册表文件不安全那么请您手动建立一个.reg的注册表文件,用txt文本打开
添加代码如下
复制内容到剪贴板
代码:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services]
"AllowLSP"=dword:00000000或者运行regedit进入HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services
添加
"AllowLSP"=dword:00000000
如图