winreg.EnableReflectionKey()

winreg.EnableReflectionKey(key)

Restores registry reflection for the specified disabled key.

key is an already open key, or one of the predefined HKEY_* constants.

Will generally raise NotImplemented if executed on a 32-bit operating system.

Restoring reflection for a key does not affect reflection of any subkeys.

doc_python
2016-10-07 17:47:23
Comments
Leave a Comment

Please login to continue.