-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
生产的rarreg.key注册失败的解决办法 powershell #14
Comments
对的,就是编码的问题,其实是 ANSI 编码,你使用 UTF-8 也是没问题的。 在较新版本的 Windows 10 和 11 中,Powershell 默认是以 UTF16-LE 编码储存,导致 WinRAR 无法识别。 也用以下命令指定保存格式就行:
|
的确,感觉像是 Windows 更新后,不是到是不是 bug 还是 Powershell 策略又调整了,我的 Windows 10 也是这样。 我晚点排查下这个问题。 不过你可以使用 Github Action 云端生成 key,方便快捷:https://github.com/bitcookies/winrar-keygen/blob/master/README.zh-CN.md#3-%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95 |
我眼瞎了 ☹,例示代码多打了个输出指令,导致了错误,删掉 使用以下代码:
已经修改了 README。 |
昨晚我看了下winrar相关的激活文章,以及简单分析了下烈火的winrar,我粗糙归纳为三个核心吧:
根据这个逻辑,我做了一个小脚本,用到的时候,类似于Linux的“/bin/bash -c curl”那种,管理员运行CMD,一键复制粘贴这条指令执行(win7需额外升级powershell、配置TLS/SSL等,建议win10及以上系统使用)。 指令逻辑:调用powershell的模块下载,代理加速文件,暂缓一秒后,在当前窗口执行执行脚本
脚本源码逻辑:1、商业版渠道下载;2、静默安装;3、写入注册key到winrar目录中;4、操作完成后自动删除脚本。 hoochanlon/winrar_down_reg.bat ,代码写的不太好,望包涵,见笑。 效果图 |
Get the commercial version in Simplified Chinese Co-Authored-By: 冻柠茶配菠萝包 <[email protected]>
可能是编码错误,手动用notepad++把rarreg.key的编码改为utf8保存后再拖进winrar实测注册成功!
The text was updated successfully, but these errors were encountered: