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.
Please login to continue.