2017年11月17日

python3 winreg的使用记录

摘要: _winreg模块可以用来操作windows的注册表首先用OpenKey获得句柄handle: 这个就是句柄 handler=winreg.OpenKey(winreg.HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client,'Loca 阅读全文

posted @ 2017-11-17 15:08 辣鄙小鑫 阅读(4207) 评论(0) 推荐(0) 编辑

导航