Hi guys,
I don't do any coding at all but I figured this is the best place to ask for a bit of help on this subject.
I want a simple program to delete a registry key "HKEY_CURRENT_USER\Software\Classes\Software\Microsoft\XLive" is the location and the value name is called "ConnectionOverride"
	
	
	
		
I got told to make that into a .inf file and install but that doesn't seem to work. (I found a template that somebody had made to delete a different registry).
		
		
	
	
		 
	
In case I missed anything ^ that's the registry I want to remove.
Thanks
	
		
			
		
		
	
				
			I don't do any coding at all but I figured this is the best place to ask for a bit of help on this subject.
I want a simple program to delete a registry key "HKEY_CURRENT_USER\Software\Classes\Software\Microsoft\XLive" is the location and the value name is called "ConnectionOverride"
		Code:
	
	[version]
signature = "$CHICAGO$"
[DefaultInstall]
DelReg = NoParasites
[NoParasites]
HKCU,"Software\Classes\Software\Microsoft\Run","ConnectionOverride"I got told to make that into a .inf file and install but that doesn't seem to work. (I found a template that somebody had made to delete a different registry).
 
	In case I missed anything ^ that's the registry I want to remove.
Thanks
 
	 
  
 
		 
 
		 .
. 
 
		

 
 
		 .
.