摘要:
```
#!/usr/bin/env python
# _*_ coding: utf-8 _*_
# @Time : 2017/10/19 14:38
# @Author : otfsenter
# @File : operation_registry.py
import _winreg def delete_sub_key(key0, key1, key2=""): ... 阅读全文
摘要:
```
#!/usr/bin/env python
# _*_ coding: utf-8 _*_
# @Time : 2017/10/20 9:36
# @Author : otfsenter
# @File : open_connections.py
import ctypes
import subprocess
import time
import win32gui as... 阅读全文