摘要: 1 #!/usr/bin/env python 2 # encoding: utf-8 3 import ctypes 4 import os 5 class disable_file_system_redirection: 6 """ 7 关闭64位系统的driver目录重定向 8 """ 9 t 阅读全文
posted @ 2020-06-10 20:21 gtea 阅读(313) 评论(0) 推荐(0)