Tricky Tricks ›› Windows Tricks ›› Change The Default Name And Company Information

Change The Default Name And Company Information

Windows Tips and Tricks : Customization

Change the Default Name and Company Information (All Windows):

When you install a new application, using MS Setup, a default Name and Company are shown, these values can be changed when the details have changed or are incorrect.

Open your registry and find the key below.

Modify the two values named 'DefName' and 'DefCompany', and change the values to your current Name and Company respectively.

The next time you install a program these new values will be used as the defaults instead.

Note: This will not affect the registered names of existing applications, it only affects new installations.

 HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info	
 					
 		(Default)	REG_SZ	(value not set)		
 		DefName	REG_SZ	"Joan Bloggs"		
 		DefCompany	REG_SZ	"ACME, Inc."		
 
 Registry Settings	
 User Key: [HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info]
 Value Name: DefName, DefCompany
 Data Type: REG_SZ (String Value)
 	

Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.

Partners