vs2015.update5 社区版 30 天过期了怎么办?在内网

2019-03-29 20:14:35 +08:00
 oldbird

内网无法注册登录,目前的方法有: 1.修改或修复,相当于重装 2.修改电脑时间 请问有没有其它办法?

3699 次点击
所在节点    Windows
7 条回复
sun1991
2019-03-29 20:52:18 +08:00
插个 USB 无线网卡, 连手机热点.
如果这都不允许的话, 我觉得应该找 IT 解决问题.
nanaw
2019-03-29 20:54:13 +08:00
@sun1991 涉密电脑应该绝不允许接触到公网的。
sun1991
2019-03-29 20:57:56 +08:00
@nanaw 那这个问题就应该由 IT 来解决.
2229kkk
2019-03-29 21:51:36 +08:00
类似情况
SingeeKing
2019-03-29 22:03:07 +08:00
可以试试下面的解决方案

To bypass "30days left must go online to sign-in", sign-in once to Microsoft account, you'll get %LocalAppData%\Microsoft\VSCommon\OnlineLicensing folder that you can copy to offline PCs.

来源: https://stackoverflow.com/questions/43390466/visual-studio-community-is-a-30-day-trial
SingeeKing
2019-03-29 22:07:30 +08:00
还发现了一个有趣的玩法……

IMPORTANT DISCLAIMER: Information provided below is for educational purposes only! Extending a trial period of Visual Studio Community 2017 might be ILLEGAL!

So let's get started.

Registry key of interest: HKEY_CLASSES_ROOT\Licenses\5C505A59-E312-4B89-9508-E162F8150517\08878. I assume the 08878 subkey may differ from installation to installation (why not, isn't?). I have tested only on my own one. So check other subkeys if you can not match proper values described below. Binary value stored in that key is encrypted with CryptProtectData. So decrypt it first with CryptUnprotectData. Bytes of interest (little-endian):

[-16] and [-15] is a year of expiration;
[-14] and [-13] is a month of expiration;
[-12] and [-11] is a day of expiration.
Increasing these values (preferable the year :) ) WILL extend your trial period and get rid of a blocking screen! I know nothing of such a tool that allows to edit encrypted registry values, so my small program in C++ and Windows API looks like:

RegGetValue
CryptUnprotectData
Data.pbData[Data.cbData-16]++;
CryptProtectData
RegSetValue
Actual language doesn't matter if you have access to registry and crypto functions in your language. I'm just fluent in C++. Sorry, I do not publish a ready-to-use code for ethical reason.
iceheart
2019-03-29 22:58:27 +08:00
1.买 license

2.联网
总有一个能做到

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/550077

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX