Getting Permission error when trying to read from registry in python

前端 未结 0 1834
再見小時候
再見小時候 2020-12-22 04:40

this is the function that is getting the permission error:

def traverse_registry_tree(hkey, keypath, reg_dict):
    key = winreg.OpenKey(hkey, keypath, 0, win         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题