LEORChn's recent timeline updates
LEORChn

LEORChn

V2EX member #382771, joined on 2019-02-10 22:24:50 +08:00
LEORChn's recent replies
Nov 29, 2019
Replied to a topic by 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')
Nov 19, 2019
Replied to a topic by 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]
然后还有我本人的博客地址,捐款二维码等等乱七八糟的东西
https://leorchn.github.io/?about
我本人觉得有必要亲自出面发布一下进度。脚本已从 v1.0.3 更新至 v1.1.1
新仓库:(油猴脚本合集仓库,旧仓库已不更新)
https://github.com/LEORChn/GreasyMonkey/tree/master/GithubCompatForChrome
安装页面:
https://greasyfork.org/scripts/369095
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5402 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 09:04 · PVG 17:04 · LAX 02:04 · JFK 05:04
♥ Do have faith in what you're doing.