V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  SingeeKing  ›  全部回复第 88 页 / 共 149 页
回复总数  2972
1 ... 84  85  86  87  88  89  90  91  92  93 ... 149  
2019-03-29 22:07:30 +08:00
回复了 oldbird 创建的主题 Windows vs2015.update5 社区版 30 天过期了怎么办?在内网
还发现了一个有趣的玩法……

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.
2019-03-29 22:03:07 +08:00
回复了 oldbird 创建的主题 Windows vs2015.update5 社区版 30 天过期了怎么办?在内网
可以试试下面的解决方案

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
2019-03-29 12:14:34 +08:00
回复了 plqws 创建的主题 分享创造 在 V 站众筹一款正在开发的 SSH 客户端: Termix
(吐槽一下我之前 238-239-244 是连续回复的三个结果直接被插中间了四个,是都等着呢吗……
2019-03-29 12:14:25 +08:00
回复了 plqws 创建的主题 分享创造 在 V 站众筹一款正在开发的 SSH 客户端: Termix
这。。100 刀的永久授权瞬间变 3 刀……
2019-03-29 11:49:39 +08:00
回复了 plqws 创建的主题 分享创造 在 V 站众筹一款正在开发的 SSH 客户端: Termix
抢楼🤔
2019-03-29 11:49:29 +08:00
回复了 plqws 创建的主题 分享创造 在 V 站众筹一款正在开发的 SSH 客户端: Termix
永久授权 100 刀(而且还不知道是不是真永久),非永久授权一年也要 60
2019-03-29 11:49:19 +08:00
回复了 plqws 创建的主题 分享创造 在 V 站众筹一款正在开发的 SSH 客户端: Termix
支持一下,颜值不错
不过这个价格实在是有点偏高吧……
2019-03-28 16:21:29 +08:00
回复了 FakeLeung 创建的主题 iOS 未能激活 iPad ,因为无法从设备获取激活信息
@FakeLeung #8 Apple Support 不是机器人,只有机器人是腾讯特色🌚
2019-03-28 13:26:57 +08:00
回复了 w4mxl 创建的主题 分享创造 邀请体验: V2LF - 用 Flutter 开发的 V2EX App
为什么我开了两步验证,然后在这个 app 上不需要输入两步验证验证码就登录成功了…
python310165
2019-03-26 10:40:36 +08:00
回复了 liuxipeng 创建的主题 程序员 腾讯云开发者平台的 Pages 服务挂了吗
我已经习惯了
并没有找到最近新增加了哪些权限
2019-03-21 15:52:39 +08:00
回复了 lekuhu 创建的主题 问与答 想问一下 V2EX 的是什么程序做的?
站长自己写的;楼上的开源是若干年前的版本了
录像:设置-通用-关于 看没有 AirPods
或者拿着去 Apple Store
2019-03-20 22:49:42 +08:00
回复了 retroxs 创建的主题 全球工单系统 逼乎盐选, 京东 plus 逗我玩捏?
如果你说的是京东比知乎便宜,那我就告诉你一个坑:京东送的是知乎读书会员而不是盐,你领了读书会员之后升级盐需要补 160
2019-03-20 22:46:06 +08:00
回复了 hheedat 创建的主题 程序员 北京银行实在是太逗比了,短信服务也会按时下班?
@baiban #18 现在已经好了,都是实时推送了
2019-03-19 22:19:08 +08:00
回复了 rumu3f 创建的主题 程序员 公布一个骗子,写了程序不给钱跑路
1 ... 84  85  86  87  88  89  90  91  92  93 ... 149  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   814 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 51ms · UTC 21:57 · PVG 05:57 · LAX 13:57 · JFK 16:57
Developed with CodeLauncher
♥ Do have faith in what you're doing.