I need to modify an existing parameter on Win 10 registry, so I executed:
reg update [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Hidden"="1"
It did not work, so I did reg /?
and I notice the update parameter is not even there.
I checked the other parameter, and it seems like there is none for update. Any suggestion?