Windows注册表可能包含名称带有嵌入空值的键
当我致电_winreg.OpenKey(key, subkey_string_with_embbeded_null)
时,我收到以下错误:
TypeError: OpenKey() argument 2 must be string without null bytes or None, not str
Q1:错误的意思是python _winreg模块有一个限制,它无法打开名称为embbeded nulls的键吗?
Q2:我如何解决这个限制?