Windows Registry permissions can be mangled by third party applications such as Anti-Virus or Firewall applications attempting to give you more “security”. The downside of this is it can cause havoc when you try to install other software or drivers.
Thankfully it is easy, albeit time-consuming, to reset the registry permissions with just a few commands:
cd /d "%ProgramFiles%\Windows Resource Kits\Tools" subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f subinacl /subdirectories %SystemDrive%\ /grant=administrators=f /grant=system=f