The following code is not working for me:
public bool createRegistry() { if (!registryExists()) { Microsoft.Win32.Registry.LocalMachine.Creat
Set the Premission Check bit to true...
Microsoft.Win32.Registry.LocalMachine.CreateSubKey("Software\\xelo\\", true);
:)