1.环境:win7/10

2.解决:

a.修改注册表(新建一个文本文件,复制以下内容,保存后文件扩展名改为.reg,双击运行文件。)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RasMan\Parameters]
"ProhibitIpSec"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent]
"AssumeUDPEncapsulationContextOnSendRule"=dword:00000002

b.启动相关服务(Win+R打开“运行”对话框,输入services.msc,打开“服务"(或者在控制面板里搜索“服务”,查看本地服务))

将一下几个服务设为自动:

IPsec Policy Agent
Routing and Remote Access
Remote Access Auto Connection Manager
Remote Access Connection Manager
Secure Socket Tunneling Protocol Service

参考(转自)有改动:http://blog.csdn.net/joanna_yan/article/details/50084945

相关文章:

  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2021-12-05
  • 2021-11-08
  • 2022-01-02
猜你喜欢
  • 2022-12-23
  • 2021-09-20
  • 2021-12-22
  • 2021-07-01
  • 2021-07-12
  • 2021-09-24
  • 2021-10-11
相关资源
相似解决方案