❔ create registry keys in HKLM in c#
Hi, i'm trying to create a key in HKLM\SOFTWARE\Policies\Microsoft\Windows\ in a c#console application. I know that to modify this value it's necessary run the code such as administrator, but i don't know how to do.