I'm trying to record a record inside HKEY_LOCAL_MACHINE\SYSTEM
and visual studio / visual basic will not let me have access. It says that I am not allowed to record my record.
My command:
My.Computer.Registry.SetValue("HKEY_LOCAL_MACHINE\SYSTEM", "1", &H1I, Microsoft.Win32.RegistryValueKind.DWord)
The error:
Thanks to all who can help; I will share my project here in the end in thanks to the whole community.