You can delete the subkey like
rKey = Registry.LocalMachine.OpenSubKey("Software", true);
rKey.DeleteSubKey("AppReg", true);
if you not clear look:
...
Type: Posts; User: chriselviss; Keyword(s):
You can delete the subkey like
rKey = Registry.LocalMachine.OpenSubKey("Software", true);
rKey.DeleteSubKey("AppReg", true);
if you not clear look:
...