I am trying to create a folder under the "HKEY_CLASSES_ROOT" in the Registry Editor.
I run this code but I cant find that "TestFolder" was created here.
I wonder if I am doing this correctly ?
Microsoft.Win32.RegistryKey Test = Microsoft.Win32.Registry.ClassesRoot.CreateSubKey("TestFolder");