LEORChn 最近的时间轴更新
LEORChn

LEORChn

V2EX 第 382771 号会员,加入于 2019-02-10 22:24:50 +08:00
LEORChn 最近回复了
2019-11-29 16:41:31 +08:00
回复了 rj2 创建的主题 Python 注册表编辑器怎么快速打开某个键
然后,发现第 2 步可以跳过。
第 3 步改为
CMD 输入:regscanner.exe /regedit "hkcu\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit"
一样的效果,只能输入 RegEdit 左侧树形列表的路径。
# 不好意思,刚刚以为代码简化一行之后就没事了,后来发现还是图样
def exec(cmd:str):
pip = os.popen(cmd) # 这个地方不能合并一行写,会出错说 read of closed file
return pip.buffer.read().decode(encoding='utf8')
os.popen(cmd).buffer.read().decode(encoding='utf8')
2019-11-19 03:17:11 +08:00
回复了 rj2 创建的主题 Python 注册表编辑器怎么快速打开某个键
假设#12 那个位置是你想打开的,
1.下载 http://www.nirsoft.net/ 的 RegScanner
2.在文件菜单勾选 “支持 Reg:链接”
3.CMD 输入 start reg:hkcu\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit

注:它只能自动帮你选中 REGEDIT 左侧树形列表,第 3 步调用时勿带 [LastKey]
2019-02-11 23:08:00 +08:00
回复了 IdontWanToBeBan 创建的主题 Chrome 悬赏 300 元,如何在老版本 Chrome 上正常访问 github
然后还有我本人的博客地址,捐款二维码等等乱七八糟的东西
https://leorchn.github.io/?about
2019-02-11 23:05:01 +08:00
回复了 IdontWanToBeBan 创建的主题 Chrome 悬赏 300 元,如何在老版本 Chrome 上正常访问 github
我本人觉得有必要亲自出面发布一下进度。脚本已从 v1.0.3 更新至 v1.1.1
新仓库:(油猴脚本合集仓库,旧仓库已不更新)
https://github.com/LEORChn/GreasyMonkey/tree/master/GithubCompatForChrome
安装页面:
https://greasyfork.org/scripts/369095
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2752 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 14:43 · PVG 22:43 · LAX 07:43 · JFK 10:43
Developed with CodeLauncher
♥ Do have faith in what you're doing.