Links such as the following suggest that I should be able to edit the registry without elevated privileges, as long as I only update HKEY_CURRENT_USER.
https://blog.codeinside.eu/2015/08/11/reg-exe-or-how-to-import-reg-files-without-admin-privileges/
However, my observation is that a command like this gets an error:
reg add "HKEY_CURRENT_USER\SOFTWARE\Policies\Google\Chrome\AutoSelectCertificateForUrls" /v 1 /d {"pattern":"https://[*.]somedomain.com","filter":{"SUBJECT":{"CN":"MyCNValue"}}}
Is this expected, i.e. only administrators are permitted to update registry entries for anything, including HKEY_CURRENT_USER? Or have I overlooked something?
For what it's worth ... read queries of HKEY_CURRENT_USER are working fine without admin privileges: