So, HKCU looks good. But you have quite a bit of settings in HKLM for policies. Did you configure these yourself via gpedit or by manually editing the registry? Normally, I would only expect to see this for a managed device that is part of a domain environment.
For example, under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs you are blocking a few devices. Based on the device IDs, there are for Broadcom Wireless Network Adapters
And under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions you have set DenyDeviceIDs = 1, which would enforce these restrictions.
I recommend you delete the keys DeviceInstall key to clear these out.
I also see that there are some entries created for HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers... This would imply that you are using applocker. This is not part of the issue but does reinforce the idea that some type of domain or organizational policy has been applied to this computer.