VS 2017 RC到期的解决方法

Visual Studio 2017 enterprise RC版有使用期限限制,到期会强制退出不让使用。

解决方法:

1,安装Fiddler,打开之

2,菜单栏Under Tools -> Telerik Fiddler Options -> HTTPS ->  "Decrypt HTTPS traffic" 勾上,安装证书,允许解密https数据。

3,右侧栏切换到AutoResponder 选项,->Add Rule,在Rule Editor的两个输入框分别填:

regex:(https://app.vssps.visualstudio.com/_apis/Licensing/ClientRights/VisualStudio.*)prerelease(.*)
$1release$2

4,勾上"Enable rules" 和"Unmatch requests passthgrough".

5,重启VS,登陆账户,检查许可证状态,变成已延期,说明成功。

posted @ 2017-01-19 00:05  jackmaxwell  阅读(18995)  评论(3编辑  收藏  举报